diff options
author | Justin Clark-Casey (justincc) | 2010-05-14 21:40:37 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-05-14 21:40:37 +0100 |
commit | 12ee3a3c93c99752730bf17f354f17660911010f (patch) | |
tree | 540b9ec0fe0a243f09aa9ec757e344559396493a /OpenSim | |
parent | Apply patch from http://opensimulator.org/mantis/bug_view_page.php?bug_id=4671 (diff) | |
download | opensim-SC_OLD-12ee3a3c93c99752730bf17f354f17660911010f.zip opensim-SC_OLD-12ee3a3c93c99752730bf17f354f17660911010f.tar.gz opensim-SC_OLD-12ee3a3c93c99752730bf17f354f17660911010f.tar.bz2 opensim-SC_OLD-12ee3a3c93c99752730bf17f354f17660911010f.tar.xz |
change 0.6.9 flavour to post-fixes
Diffstat (limited to 'OpenSim')
-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..fb41ef3 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.Post_Fixes; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |