diff options
author | Justin Clark-Casey (justincc) | 2010-03-26 19:09:09 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-03-26 19:09:09 +0000 |
commit | dd544f811a8a46b91b6101fb83b3504ef246a83c (patch) | |
tree | c400952064a4aee171de1dd6ce805e8185caecc3 /OpenSim/Framework | |
parent | remove milliseconds from console log again (diff) | |
download | opensim-SC_OLD-dd544f811a8a46b91b6101fb83b3504ef246a83c.zip opensim-SC_OLD-dd544f811a8a46b91b6101fb83b3504ef246a83c.tar.gz opensim-SC_OLD-dd544f811a8a46b91b6101fb83b3504ef246a83c.tar.bz2 opensim-SC_OLD-dd544f811a8a46b91b6101fb83b3504ef246a83c.tar.xz |
switch flavor to RC1
Diffstat (limited to 'OpenSim/Framework')
-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 ec94b2d..f8ed5ae 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.Dev; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |