diff options
author | Justin Clark-Casey (justincc) | 2010-05-14 21:30:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-05-14 21:30:53 +0100 |
commit | e79eac238ed54d1e0d41ad1ff970473226cede50 (patch) | |
tree | 210775de77d7a89e06dbf01837e6ee8ecd3cdb27 | |
parent | Apply patch from http://opensimulator.org/mantis/bug_view_page.php?bug_id=4671 (diff) | |
download | opensim-SC-e79eac238ed54d1e0d41ad1ff970473226cede50.zip opensim-SC-e79eac238ed54d1e0d41ad1ff970473226cede50.tar.gz opensim-SC-e79eac238ed54d1e0d41ad1ff970473226cede50.tar.bz2 opensim-SC-e79eac238ed54d1e0d41ad1ff970473226cede50.tar.xz |
switch 0.6.9 flavour to release0.6.9-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 f8ed5ae..1ae493d 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.9"; | 32 | private const string VERSION_NUMBER = "0.6.9"; |
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 | { |