diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index e7d26a9e0d..ee92f4f97d 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -32,7 +32,7 @@ namespace OpenSim
///
/// This is the OpenSim version string. Change this if you are releasing a new OpenSim version.
///
- public readonly static string Version = "OpenSimulator Server 0.6.1"; // stay with 27 chars (used in regioninfo)
+ public readonly static string Version = "OpenSimulator Server 0.6.2"; // stay with 27 chars (used in regioninfo)
///
/// This is the external interface version. It is separate from the OpenSimulator project version.