diff options
author | Justin Clark-Casey (justincc) | 2012-08-03 23:58:34 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-08-03 23:58:34 +0100 |
commit | 760047abc543169f4f0a075bb877320b0dc4cf9f (patch) | |
tree | b11a2b4052af01c5b5bf1a99f834fc5d4db45074 | |
parent | Strip experimental tag from --publish option of "save oar" region console com... (diff) | |
download | opensim-SC_OLD-760047abc543169f4f0a075bb877320b0dc4cf9f.zip opensim-SC_OLD-760047abc543169f4f0a075bb877320b0dc4cf9f.tar.gz opensim-SC_OLD-760047abc543169f4f0a075bb877320b0dc4cf9f.tar.bz2 opensim-SC_OLD-760047abc543169f4f0a075bb877320b0dc4cf9f.tar.xz |
Flip version to 0.7.4-rc10.7.4-rc1
-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 5f01788..ef6d883 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.4"; | 32 | private const string VERSION_NUMBER = "0.7.4"; |
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 | { |