diff options
author | Melanie Thielker | 2010-04-05 22:26:18 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-04-05 22:26:18 +0200 |
commit | 5c04d768a69814324521181f37c7da87ba2b4819 (patch) | |
tree | 29b7c108b06fa692c98e8ea8e2b9b126102dd300 | |
parent | Merge branch 'master' of ssh://TOR/var/git/careminster (diff) | |
download | opensim-SC_OLD-5c04d768a69814324521181f37c7da87ba2b4819.zip opensim-SC_OLD-5c04d768a69814324521181f37c7da87ba2b4819.tar.gz opensim-SC_OLD-5c04d768a69814324521181f37c7da87ba2b4819.tar.bz2 opensim-SC_OLD-5c04d768a69814324521181f37c7da87ba2b4819.tar.xz |
Bump version number
-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 58d65d1..d7c2ed0 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.8CM"; | 32 | private const string VERSION_NUMBER = "0.6.9CM"; |
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 |