increase region protocol version to 0.8

0.9.1.0-post-fixes
UbitUmarov 2019-08-30 13:04:58 +01:00
parent 8938ae498f
commit 694ad7d8bc
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ namespace OpenSim
/// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
/// </remarks>
public readonly static float SimulationServiceVersionAcceptedMin = 0.3f;
public readonly static float SimulationServiceVersionAcceptedMax = 0.7f;
public readonly static float SimulationServiceVersionAcceptedMax = 0.8f;
public readonly static float SimulationServiceVersionSupportedMin = 0.3f;
public readonly static float SimulationServiceVersionSupportedMax = 0.7f;
public readonly static float SimulationServiceVersionSupportedMax = 0.8f;
}
}