From 31ec5dde45b69e416f2e09b536cdf3717a2ad79f Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 14 Jan 2019 17:25:32 +0000 Subject: test a change to TP protocol --- OpenSim/Framework/VersionInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index eac5aae..ac1f3a0 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs @@ -85,8 +85,8 @@ namespace OpenSim /// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. /// public readonly static float SimulationServiceVersionAcceptedMin = 0.3f; - public readonly static float SimulationServiceVersionAcceptedMax = 0.6f; + public readonly static float SimulationServiceVersionAcceptedMax = 0.7f; public readonly static float SimulationServiceVersionSupportedMin = 0.3f; - public readonly static float SimulationServiceVersionSupportedMax = 0.6f; + public readonly static float SimulationServiceVersionSupportedMax = 0.7f; } } -- cgit v1.1