diff options
author | Charles Krinke | 2008-11-08 14:32:56 +0000 |
---|---|---|
committer | Charles Krinke | 2008-11-08 14:32:56 +0000 |
commit | 69afefa78848bc9258662646cd5433cf52a505a1 (patch) | |
tree | a79c2e40d06cdbbac9d8b23e3cec2b06c11c2cd0 /OpenSim/Framework/Servers/VersionInfo.cs | |
parent | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. (diff) | |
download | opensim-SC_OLD-69afefa78848bc9258662646cd5433cf52a505a1.zip opensim-SC_OLD-69afefa78848bc9258662646cd5433cf52a505a1.tar.gz opensim-SC_OLD-69afefa78848bc9258662646cd5433cf52a505a1.tar.bz2 opensim-SC_OLD-69afefa78848bc9258662646cd5433cf52a505a1.tar.xz |
Change Version string from 0.5.11 to 0.6.0 for release.
Diffstat (limited to 'OpenSim/Framework/Servers/VersionInfo.cs')
-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 5313c28..8f84859 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.11"; // stay with 27 chars (used in regioninfo) | 35 | public readonly static string Version = "OpenSimulator Server 0.6.0"; // stay with 27 chars (used in regioninfo) |
36 | } | 36 | } |
37 | } | 37 | } |