diff options
author | Justin Clark-Casey (justincc) | 2011-04-23 00:10:34 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-23 00:10:34 +0100 |
commit | 92841ea40b1f0d684a38c0665d09e138a52ea664 (patch) | |
tree | 1428087efbaad9f1d843a1f937d64c8fda06ea24 | |
parent | some mesh config asthetics (diff) | |
download | opensim-SC_OLD-92841ea40b1f0d684a38c0665d09e138a52ea664.zip opensim-SC_OLD-92841ea40b1f0d684a38c0665d09e138a52ea664.tar.gz opensim-SC_OLD-92841ea40b1f0d684a38c0665d09e138a52ea664.tar.bz2 opensim-SC_OLD-92841ea40b1f0d684a38c0665d09e138a52ea664.tar.xz |
switch up flavour to rc2 in preparation
-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 c20a027..81449e8 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.7.1"; | 32 | private const string VERSION_NUMBER = "0.7.1"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC2; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |