* minor: upgrade version info to post 0.5.9

0.6.0-stable
Justin Clarke Casey 2008-08-25 22:09:02 +00:00
parent ba2130046f
commit 71e8a9a12f
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 trunk (post 0.5.8)";
public readonly static string Version = "OpenSimulator trunk (post 0.5.9)";
}
}