aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-02-04 01:26:29 +0000
committerJustin Clark-Casey (justincc)2012-02-04 01:26:29 +0000
commit2502aae5db2ec60fc22e116c8690f0ef8dae6426 (patch)
tree34e29380fa8893495d78d96a5f6b4846a63cb370 /OpenSim/Framework
parentAdd missing RCERR_UNKNOWN and RCERR_SIM_PERF_LOW LSL constants that would eve... (diff)
downloadopensim-SC_OLD-2502aae5db2ec60fc22e116c8690f0ef8dae6426.zip
opensim-SC_OLD-2502aae5db2ec60fc22e116c8690f0ef8dae6426.tar.gz
opensim-SC_OLD-2502aae5db2ec60fc22e116c8690f0ef8dae6426.tar.bz2
opensim-SC_OLD-2502aae5db2ec60fc22e116c8690f0ef8dae6426.tar.xz
Switch flavour to RC1. It will still be a while before RC1 is released.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index f30cb7a..a8ee9f9 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.3"; 32 private const string VERSION_NUMBER = "0.7.3";
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 {