* minor: upgrade version info to post 0.5.9

This commit is contained in:
Justin Clarke Casey
2008-08-25 22:09:02 +00:00
parent ba2130046f
commit 71e8a9a12f

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)";
}
}