Change VersionInfo string from:
"OpenSimulator trunk (post 0.5.7)" to "OpenSimulator release 0.5.8" in preparation for tagging this minor release.0.6.0-stable
parent
c9a983a85e
commit
b226855d34
|
@ -32,6 +32,6 @@ namespace OpenSim
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class VersionInfo
|
public class VersionInfo
|
||||||
{
|
{
|
||||||
public readonly static string Version = "OpenSimulator trunk (post 0.5.7)";
|
public readonly static string Version = "OpenSimulator release 0.5.8)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue