diff options
author | Justin Clark-Casey | 2009-11-26 19:03:30 +0000 |
---|---|---|
committer | Justin Clark-Casey | 2009-11-26 19:03:30 +0000 |
commit | c6889ab06b9210bc39db34f3c9ea5598b6341236 (patch) | |
tree | 8882f152901f5bbf4e9120e51b2307123feb721b | |
parent | minor: reduce region ready logging verbosity (diff) | |
download | opensim-SC-c6889ab06b9210bc39db34f3c9ea5598b6341236.zip opensim-SC-c6889ab06b9210bc39db34f3c9ea5598b6341236.tar.gz opensim-SC-c6889ab06b9210bc39db34f3c9ea5598b6341236.tar.bz2 opensim-SC-c6889ab06b9210bc39db34f3c9ea5598b6341236.tar.xz |
change 0.6.8 candidate to RC1
-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 9f98310..c712fe2 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -30,7 +30,7 @@ namespace OpenSim | |||
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "0.6.8"; | 32 | private const string VERSION_NUMBER = "0.6.8"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |