diff options
author | Justin Clark-Casey (justincc) | 2011-09-23 22:47:23 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-23 22:47:23 +0100 |
commit | 53ffc7ff8c1f6c66c2411aac0bb8417d35e0a93d (patch) | |
tree | abd8ead0c85808b1ed995c96932dd8d139f1ce05 /OpenSim | |
parent | oops, reinstate the try catching of async_call_method but leave the logging d... (diff) | |
download | opensim-SC_OLD-53ffc7ff8c1f6c66c2411aac0bb8417d35e0a93d.zip opensim-SC_OLD-53ffc7ff8c1f6c66c2411aac0bb8417d35e0a93d.tar.gz opensim-SC_OLD-53ffc7ff8c1f6c66c2411aac0bb8417d35e0a93d.tar.bz2 opensim-SC_OLD-53ffc7ff8c1f6c66c2411aac0bb8417d35e0a93d.tar.xz |
bump version up to 0.7.2-rc2
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 deecf5e..95cdc0a 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.RC1; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC2; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |