Change VersionInfo.cs from 0.6.0 to 0.6.1 in preparation

for the 0.6.1 minor release.
0.6.1-post-fixes
Charles Krinke 2008-12-20 19:13:02 +00:00
parent fcf61c4d0d
commit b1d235a60c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace OpenSim
/// <value>
/// This is the OpenSim version string. Change this if you are releasing a new OpenSim version.
/// </value>
public readonly static string Version = "OpenSimulator Server 0.6.0"; // stay with 27 chars (used in regioninfo)
public readonly static string Version = "OpenSimulator Server 0.6.1"; // stay with 27 chars (used in regioninfo)
/// <value>
/// This is the external interface version. It is separate from the OpenSimulator project version.