diff options
author | UbitUmarov | 2019-09-05 00:23:47 +0100 |
---|---|---|
committer | UbitUmarov | 2019-09-05 00:23:47 +0100 |
commit | f835960d17b69a97b86d29f635597a64db9d0083 (patch) | |
tree | 830f14427e17d028775dd3e2ff6bdb4ffe2261b8 /OpenSim/Framework/VersionInfo.cs | |
parent | add osSlerp() (diff) | |
download | opensim-SC-f835960d17b69a97b86d29f635597a64db9d0083.zip opensim-SC-f835960d17b69a97b86d29f635597a64db9d0083.tar.gz opensim-SC-f835960d17b69a97b86d29f635597a64db9d0083.tar.bz2 opensim-SC-f835960d17b69a97b86d29f635597a64db9d0083.tar.xz |
go back to protocol 0.7, until 0.8 changes are ready
Diffstat (limited to 'OpenSim/Framework/VersionInfo.cs')
-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 a1ba2aa..ac1f3a0 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -85,8 +85,8 @@ namespace OpenSim | |||
85 | /// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. | 85 | /// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. |
86 | /// </remarks> | 86 | /// </remarks> |
87 | public readonly static float SimulationServiceVersionAcceptedMin = 0.3f; | 87 | public readonly static float SimulationServiceVersionAcceptedMin = 0.3f; |
88 | public readonly static float SimulationServiceVersionAcceptedMax = 0.8f; | 88 | public readonly static float SimulationServiceVersionAcceptedMax = 0.7f; |
89 | public readonly static float SimulationServiceVersionSupportedMin = 0.3f; | 89 | public readonly static float SimulationServiceVersionSupportedMin = 0.3f; |
90 | public readonly static float SimulationServiceVersionSupportedMax = 0.8f; | 90 | public readonly static float SimulationServiceVersionSupportedMax = 0.7f; |
91 | } | 91 | } |
92 | } | 92 | } |