From bcc7a8f09cce09acb0019a828e952580cdeefac8 Mon Sep 17 00:00:00 2001
From: Charles Krinke
Date: Thu, 22 Jan 2009 15:57:47 +0000
Subject: Fixes Mantis #3032. The VersionInfo.cs file was not updated from
0.6.1 to 0.6.2 with the last minor release and shows incorrectly on the
console. This will resolve itself on the next svn update.
---
OpenSim/Framework/Servers/VersionInfo.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index e7d26a9..ee92f4f 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.
--
cgit v1.1