mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
increase region protocol version to 0.8
This commit is contained in:
@@ -85,8 +85,8 @@ namespace OpenSim
|
|||||||
/// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
|
/// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public readonly static float SimulationServiceVersionAcceptedMin = 0.3f;
|
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 SimulationServiceVersionSupportedMin = 0.3f;
|
||||||
public readonly static float SimulationServiceVersionSupportedMax = 0.7f;
|
public readonly static float SimulationServiceVersionSupportedMax = 0.8f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user