diff options
author | Justin Clark-Casey (justincc) | 2011-10-07 21:29:51 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-07 21:29:51 +0100 |
commit | 43bbdbe760eafe99a87872a294cfc2e4b2f41a3a (patch) | |
tree | 71b865883b3cd1a58a51d90a9c90f880cd6e2702 /OpenSim | |
parent | Comment out [SCENE PRESENCE] SendAppearanceToAllOtherAgents: log message (diff) | |
download | opensim-SC_OLD-43bbdbe760eafe99a87872a294cfc2e4b2f41a3a.zip opensim-SC_OLD-43bbdbe760eafe99a87872a294cfc2e4b2f41a3a.tar.gz opensim-SC_OLD-43bbdbe760eafe99a87872a294cfc2e4b2f41a3a.tar.bz2 opensim-SC_OLD-43bbdbe760eafe99a87872a294cfc2e4b2f41a3a.tar.xz |
flip rc2 to release
Diffstat (limited to 'OpenSim')
-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 95cdc0a..3ba68cc 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.2"; | 32 | private const string VERSION_NUMBER = "0.7.2"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.RC2; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |