diff options
author | Melanie | 2011-10-12 07:08:23 +0100 |
---|---|---|
committer | Melanie | 2011-10-12 07:08:23 +0100 |
commit | 2f6cc771542e5ce6fb39c16f8d69f3f15f611b6c (patch) | |
tree | e5ea1bb08b19a6e08a95a25b548af5bdb8ee419c /OpenSim | |
parent | Merge commit 'f8c06c61149b1ab3e3002247280be250b558a79e' into bigmerge (diff) | |
download | opensim-SC_OLD-2f6cc771542e5ce6fb39c16f8d69f3f15f611b6c.zip opensim-SC_OLD-2f6cc771542e5ce6fb39c16f8d69f3f15f611b6c.tar.gz opensim-SC_OLD-2f6cc771542e5ce6fb39c16f8d69f3f15f611b6c.tar.bz2 opensim-SC_OLD-2f6cc771542e5ce6fb39c16f8d69f3f15f611b6c.tar.xz |
Adjust CM version tag
Diffstat (limited to '')
-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 2a142be..b2bb962 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.7.3"; | 32 | private const string VERSION_NUMBER = "0.7.3CM"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |