Change Version string from 0.5.11 to 0.6.0 for release.
parent
bbb8d6fc51
commit
69afefa788
|
@ -32,6 +32,6 @@ namespace OpenSim
|
|||
/// </summary>
|
||||
public class VersionInfo
|
||||
{
|
||||
public readonly static string Version = "OpenSimulator Server 0.5.11"; // stay with 27 chars (used in regioninfo)
|
||||
public readonly static string Version = "OpenSimulator Server 0.6.0"; // stay with 27 chars (used in regioninfo)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue