aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/VersionInfo.cs
diff options
context:
space:
mode:
authorMelanie Thielker2015-12-01 16:01:12 +0100
committerMelanie Thielker2015-12-01 16:01:12 +0100
commit41072259e4a76c0701c65bf6bb1b0681619f85ce (patch)
tree65343f2417f1697694647ffb5a4ebd11c25b0c1e /OpenSim/Framework/VersionInfo.cs
parentmore changes on lookAt and RotLookAt; do something in attachments (diff)
downloadopensim-SC-41072259e4a76c0701c65bf6bb1b0681619f85ce.zip
opensim-SC-41072259e4a76c0701c65bf6bb1b0681619f85ce.tar.gz
opensim-SC-41072259e4a76c0701c65bf6bb1b0681619f85ce.tar.bz2
opensim-SC-41072259e4a76c0701c65bf6bb1b0681619f85ce.tar.xz
Change protocol version max to 0.6
Diffstat (limited to 'OpenSim/Framework/VersionInfo.cs')
-rw-r--r--OpenSim/Framework/VersionInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs
index e2692ab..8be9e77 100644
--- a/OpenSim/Framework/VersionInfo.cs
+++ b/OpenSim/Framework/VersionInfo.cs
@@ -83,8 +83,8 @@ namespace OpenSim
83 /// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. 83 /// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
84 /// </remarks> 84 /// </remarks>
85 public readonly static float SimulationServiceVersionAcceptedMin = 0.3f; 85 public readonly static float SimulationServiceVersionAcceptedMin = 0.3f;
86 public readonly static float SimulationServiceVersionAcceptedMax = 0.4f; 86 public readonly static float SimulationServiceVersionAcceptedMax = 0.6f;
87 public readonly static float SimulationServiceVersionSupportedMin = 0.3f; 87 public readonly static float SimulationServiceVersionSupportedMin = 0.3f;
88 public readonly static float SimulationServiceVersionSupportedMax = 0.4f; 88 public readonly static float SimulationServiceVersionSupportedMax = 0.6f;
89 } 89 }
90} 90}