diff options
author | Justin Clark-Casey | 2014-05-27 23:38:08 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2014-05-27 23:38:08 +0100 |
commit | 3a477a29d7e628756ad6453929941fc12be75257 (patch) | |
tree | d3e914292ba71eb5b5fc365d6088f2fd80c0f267 /OpenSim/Framework/Servers | |
parent | Merge branch 'master' into 0.8-post-fixes (diff) | |
download | opensim-SC_OLD-3a477a29d7e628756ad6453929941fc12be75257.zip opensim-SC_OLD-3a477a29d7e628756ad6453929941fc12be75257.tar.gz opensim-SC_OLD-3a477a29d7e628756ad6453929941fc12be75257.tar.bz2 opensim-SC_OLD-3a477a29d7e628756ad6453929941fc12be75257.tar.xz |
Change release flavour to RC2
Diffstat (limited to '')
-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 87207ae..e46e960 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.8"; | 32 | private const string VERSION_NUMBER = "0.8"; |
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 | { |