diff options
author | Justin Clark-Casey (justincc) | 2015-01-30 21:24:18 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-01-30 21:24:18 +0000 |
commit | b8c7175d34025148cec816ef4501a66b20587430 (patch) | |
tree | 4f887ed569df3efef81c4a1391f2a5eee8f2d5df | |
parent | Disable display name cap config in RC branch for now until issues have been w... (diff) | |
download | opensim-SC_OLD-b8c7175d34025148cec816ef4501a66b20587430.zip opensim-SC_OLD-b8c7175d34025148cec816ef4501a66b20587430.tar.gz opensim-SC_OLD-b8c7175d34025148cec816ef4501a66b20587430.tar.bz2 opensim-SC_OLD-b8c7175d34025148cec816ef4501a66b20587430.tar.xz |
Change flavour to RC10.8.1-rc1
-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 18a2c5e..58ac552 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.Dev; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |