aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/VersionInfo.cs
diff options
context:
space:
mode:
authorMelanie2011-04-26 23:20:13 +0200
committerMelanie2011-04-26 23:20:13 +0200
commit4ed54dcc013b2901cb74b81c1300972a9591c612 (patch)
tree7f58e5d7dbd71eb66a798e68fbed030ae8e38217 /OpenSim/Framework/Servers/VersionInfo.cs
parentTry to repair attachments ion the fly if they are detached and reattached. (diff)
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-4ed54dcc013b2901cb74b81c1300972a9591c612.zip
opensim-SC_OLD-4ed54dcc013b2901cb74b81c1300972a9591c612.tar.gz
opensim-SC_OLD-4ed54dcc013b2901cb74b81c1300972a9591c612.tar.bz2
opensim-SC_OLD-4ed54dcc013b2901cb74b81c1300972a9591c612.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to '')
-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 ce6ecf8..24758e8 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -29,7 +29,7 @@ namespace OpenSim
29{ 29{
30 public class VersionInfo 30 public class VersionInfo
31 { 31 {
32 private const string VERSION_NUMBER = "0.7.1"; 32 private const string VERSION_NUMBER = "0.7.2";
33 private const Flavour VERSION_FLAVOUR = Flavour.Dev; 33 private const Flavour VERSION_FLAVOUR = Flavour.Dev;
34 34
35 public enum Flavour 35 public enum Flavour