aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorCharles Krinke2009-01-22 15:57:47 +0000
committerCharles Krinke2009-01-22 15:57:47 +0000
commitbcc7a8f09cce09acb0019a828e952580cdeefac8 (patch)
tree2c66ca6b7f9143be7ce338737394cfba823c6699
parent* Caught 2 dictionary exceptions that were unhandled (diff)
downloadopensim-SC_OLD-bcc7a8f09cce09acb0019a828e952580cdeefac8.zip
opensim-SC_OLD-bcc7a8f09cce09acb0019a828e952580cdeefac8.tar.gz
opensim-SC_OLD-bcc7a8f09cce09acb0019a828e952580cdeefac8.tar.bz2
opensim-SC_OLD-bcc7a8f09cce09acb0019a828e952580cdeefac8.tar.xz
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.
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
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
32 /// <value> 32 /// <value>
33 /// This is the OpenSim version string. Change this if you are releasing a new OpenSim version. 33 /// This is the OpenSim version string. Change this if you are releasing a new OpenSim version.
34 /// </value> 34 /// </value>
35 public readonly static string Version = "OpenSimulator Server 0.6.1"; // stay with 27 chars (used in regioninfo) 35 public readonly static string Version = "OpenSimulator Server 0.6.2"; // stay with 27 chars (used in regioninfo)
36 36
37 /// <value> 37 /// <value>
38 /// This is the external interface version. It is separate from the OpenSimulator project version. 38 /// This is the external interface version. It is separate from the OpenSimulator project version.