aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/VersionInfo.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-09 18:40:54 +0000
committerJustin Clarke Casey2008-10-09 18:40:54 +0000
commitc692c14a2f673e975877977227d53c6671982263 (patch)
treec0a75ba20c361d4c75ece3a97d775f9d0fce1a41 /OpenSim/Framework/Servers/VersionInfo.cs
parent* well, apparantly we're actually 0.5.11 instead - who knew? (diff)
downloadopensim-SC_OLD-c692c14a2f673e975877977227d53c6671982263.zip
opensim-SC_OLD-c692c14a2f673e975877977227d53c6671982263.tar.gz
opensim-SC_OLD-c692c14a2f673e975877977227d53c6671982263.tar.bz2
opensim-SC_OLD-c692c14a2f673e975877977227d53c6671982263.tar.xz
* Bump server info number to 0.5.11
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 ed3f2a5..5313c28 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -32,6 +32,6 @@ namespace OpenSim
32 /// </summary> 32 /// </summary>
33 public class VersionInfo 33 public class VersionInfo
34 { 34 {
35 public readonly static string Version = "OpenSimulator Server 0.5.9"; // stay with 27 chars (used in regioninfo) 35 public readonly static string Version = "OpenSimulator Server 0.5.11"; // stay with 27 chars (used in regioninfo)
36 } 36 }
37} 37}