diff options
author | Justin Clarke Casey | 2008-10-09 18:40:54 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-09 18:40:54 +0000 |
commit | c692c14a2f673e975877977227d53c6671982263 (patch) | |
tree | c0a75ba20c361d4c75ece3a97d775f9d0fce1a41 /OpenSim/Framework/Servers | |
parent | * well, apparantly we're actually 0.5.11 instead - who knew? (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 2 |
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 | } |