diff options
Diffstat (limited to 'OpenSim/Framework/VersionInfo.cs')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index b886d91..362b64e 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -74,6 +74,10 @@ namespace OpenSim | |||
74 | /// <remarks> | 74 | /// <remarks> |
75 | /// The protocol version that we will use for outgoing transfers | 75 | /// The protocol version that we will use for outgoing transfers |
76 | /// Valid values are | 76 | /// Valid values are |
77 | /// "SIMULATION/0.8" | ||
78 | /// - up to 45 avatar textures - 11 baked | ||
79 | /// "SIMULATION/0.7" | ||
80 | /// TP uses call back again | ||
77 | /// "SIMULATION/0.3" | 81 | /// "SIMULATION/0.3" |
78 | /// - supports teleports to variable-sized regions | 82 | /// - supports teleports to variable-sized regions |
79 | /// - Older versions can teleport to this one, but only if the destination region | 83 | /// - Older versions can teleport to this one, but only if the destination region |