diff options
author | Melanie | 2009-12-25 23:23:49 +0000 |
---|---|---|
committer | Melanie | 2009-12-25 23:23:49 +0000 |
commit | 59f683066a60a99111cc032ee122dfe709c78440 (patch) | |
tree | 38ccbfe791588caaf7cd4f78af03b0fc0915ba25 | |
parent | Restore version suffix. (diff) | |
download | opensim-SC_OLD-59f683066a60a99111cc032ee122dfe709c78440.zip opensim-SC_OLD-59f683066a60a99111cc032ee122dfe709c78440.tar.gz opensim-SC_OLD-59f683066a60a99111cc032ee122dfe709c78440.tar.bz2 opensim-SC_OLD-59f683066a60a99111cc032ee122dfe709c78440.tar.xz |
Set version back to core version (base) and suffix CM. Please DO NOT CHANGE THIS
in the repo. This is the Caremninster repo and the number follows CORE. Always.
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 4844a66..f618047 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.92CM"; | 32 | private const string VERSION_NUMBER = "0.6.8CM"; |
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 | { |