Change VersionInfo string from

"Opensimulator release (0.5.8)" to
"Opensimulator trunk (post 0.5.8)"
as we move forward with trunk again.
This commit is contained in:
Charles Krinke
2008-06-15 01:08:55 +00:00
parent b226855d34
commit c04e284854

View File

@@ -32,6 +32,6 @@ namespace OpenSim
/// </summary>
public class VersionInfo
{
public readonly static string Version = "OpenSimulator release 0.5.8)";
public readonly static string Version = "OpenSimulator trunk (post 0.5.8)";
}
}