aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/VersionInfo.cs
diff options
context:
space:
mode:
authorlbsa712009-04-01 19:44:46 +0000
committerlbsa712009-04-01 19:44:46 +0000
commit958d764172fcbaa5d3a33b787b01426caa300a8a (patch)
tree548ad54ee0832b51dd8a955e9f876ea9ecf8f6c2 /OpenSim/Framework/Servers/VersionInfo.cs
parent* Committing patch in mantis 3376 [Patch] Fix a minor animation handling glit... (diff)
downloadopensim-SC_OLD-958d764172fcbaa5d3a33b787b01426caa300a8a.zip
opensim-SC_OLD-958d764172fcbaa5d3a33b787b01426caa300a8a.tar.gz
opensim-SC_OLD-958d764172fcbaa5d3a33b787b01426caa300a8a.tar.bz2
opensim-SC_OLD-958d764172fcbaa5d3a33b787b01426caa300a8a.tar.xz
* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release
Diffstat (limited to 'OpenSim/Framework/Servers/VersionInfo.cs')
-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 60fd94b..bdf9354 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.3"; // stay with 27 chars (used in regioninfo) 35 public readonly static string Version = "OpenSimulator Server 0.6.4"; // 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.