aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorCharles Krinke2008-12-20 19:13:02 +0000
committerCharles Krinke2008-12-20 19:13:02 +0000
commitb1d235a60c42863e3bcbe237929fbd10b4e9b753 (patch)
tree4557efdc4807686de3fa9f372a41d49353e0e0e8
parentThis reduces DNS lookups in TPs by a factor of 4. Let's see if this fixes som... (diff)
downloadopensim-SC_OLD-b1d235a60c42863e3bcbe237929fbd10b4e9b753.zip
opensim-SC_OLD-b1d235a60c42863e3bcbe237929fbd10b4e9b753.tar.gz
opensim-SC_OLD-b1d235a60c42863e3bcbe237929fbd10b4e9b753.tar.bz2
opensim-SC_OLD-b1d235a60c42863e3bcbe237929fbd10b4e9b753.tar.xz
Change VersionInfo.cs from 0.6.0 to 0.6.1 in preparation
for the 0.6.1 minor release.
-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 1efd82f..e7d26a9 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.0"; // stay with 27 chars (used in regioninfo) 35 public readonly static string Version = "OpenSimulator Server 0.6.1"; // 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.