diff options
author | Melanie | 2009-12-25 23:20:30 +0000 |
---|---|---|
committer | Melanie | 2009-12-25 23:20:30 +0000 |
commit | b19e5643171d9a081426026c0e96c84c3e7f97b2 (patch) | |
tree | 82108a6676ef965a9a5fa3b49d745ebf79f8d0ac | |
parent | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... (diff) | |
download | opensim-SC_OLD-b19e5643171d9a081426026c0e96c84c3e7f97b2.zip opensim-SC_OLD-b19e5643171d9a081426026c0e96c84c3e7f97b2.tar.gz opensim-SC_OLD-b19e5643171d9a081426026c0e96c84c3e7f97b2.tar.bz2 opensim-SC_OLD-b19e5643171d9a081426026c0e96c84c3e7f97b2.tar.xz |
Restore version suffix.
-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 7274a06..4844a66 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -29,7 +29,7 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "0.6.92Ch"; | 32 | private const string VERSION_NUMBER = "0.6.92CM"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; |
34 | public enum Flavour | 34 | public enum Flavour |
35 | { | 35 | { |