diff options
author | Justin Clark-Casey (justincc) | 2015-03-04 18:27:21 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-03-04 18:27:21 +0000 |
commit | a4f6cef83299759a0f91cd6e8101e6096f7db6ab (patch) | |
tree | 9d6857056d479ed17190e139ece89f3c768a5854 | |
parent | Make private services forbid llHTTPRequest() calls by rejecting those that ha... (diff) | |
download | opensim-SC_OLD-a4f6cef83299759a0f91cd6e8101e6096f7db6ab.zip opensim-SC_OLD-a4f6cef83299759a0f91cd6e8101e6096f7db6ab.tar.gz opensim-SC_OLD-a4f6cef83299759a0f91cd6e8101e6096f7db6ab.tar.bz2 opensim-SC_OLD-a4f6cef83299759a0f91cd6e8101e6096f7db6ab.tar.xz |
Change flavour to rc2
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 58ac552..70ff02a 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -30,7 +30,7 @@ namespace OpenSim | |||
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | public const string VersionNumber = "0.8.1.0"; | 32 | public const string VersionNumber = "0.8.1.0"; |
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 | { |