aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-09-23 22:47:23 +0100
committerJustin Clark-Casey (justincc)2011-09-23 22:47:23 +0100
commit53ffc7ff8c1f6c66c2411aac0bb8417d35e0a93d (patch)
treeabd8ead0c85808b1ed995c96932dd8d139f1ce05 /OpenSim/Framework/Servers
parentoops, reinstate the try catching of async_call_method but leave the logging d... (diff)
downloadopensim-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/Framework/Servers')
-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 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 {