Change Version string from 0.5.11 to 0.6.0 for release.

0.6.0-stable
Charles Krinke 2008-11-08 14:32:56 +00:00
parent bbb8d6fc51
commit 69afefa788
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}