diff options
author | Justin Clark-Casey (justincc) | 2009-10-09 15:18:05 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-10-09 15:18:05 +0100 |
commit | 7f13ac0f48c29218d49d6e0de9b1ca8b9bc6dd22 (patch) | |
tree | eb33865c6b4bb6cd47b94306c610b78c8ca94e9f | |
parent | change 0.6.7 candidate branch down to RC1 (diff) | |
download | opensim-SC-0.6.7-release.zip opensim-SC-0.6.7-release.tar.gz opensim-SC-0.6.7-release.tar.bz2 opensim-SC-0.6.7-release.tar.xz |
change flavour of 0.6.7 to release0.6.7-release
-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 376d221..22a660e 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.7"; | 32 | private const string VERSION_NUMBER = "0.6.7"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |