diff options
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 4 |
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 | } |