diff options
author | Melanie | 2009-12-12 13:33:45 +0000 |
---|---|---|
committer | Melanie | 2009-12-12 13:33:45 +0000 |
commit | b9cd66d510f9229952aec5594d512faf7b60c899 (patch) | |
tree | f5d5607991d57e8fda2a0601c982012b70d34bd3 /OpenSim | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC_OLD-b9cd66d510f9229952aec5594d512faf7b60c899.zip opensim-SC_OLD-b9cd66d510f9229952aec5594d512faf7b60c899.tar.gz opensim-SC_OLD-b9cd66d510f9229952aec5594d512faf7b60c899.tar.bz2 opensim-SC_OLD-b9cd66d510f9229952aec5594d512faf7b60c899.tar.xz |
test commit
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index d348c90..75e4a5d 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -29,6 +29,7 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | |||
32 | private const string VERSION_NUMBER = "0.6.9CM"; | 33 | private const string VERSION_NUMBER = "0.6.9CM"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; | 34 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; |
34 | public enum Flavour | 35 | public enum Flavour |