* Bump server info number to 0.5.11

0.6.0-stable
Justin Clarke Casey 2008-10-09 18:40:54 +00:00
parent 4c72c3542a
commit c692c14a2f
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.9"; // stay with 27 chars (used in regioninfo)
public readonly static string Version = "OpenSimulator Server 0.5.11"; // stay with 27 chars (used in regioninfo)
}
}