diff options
author | Melanie | 2011-04-26 23:20:13 +0200 |
---|---|---|
committer | Melanie | 2011-04-26 23:20:13 +0200 |
commit | 4ed54dcc013b2901cb74b81c1300972a9591c612 (patch) | |
tree | 7f58e5d7dbd71eb66a798e68fbed030ae8e38217 /OpenSim/Framework/Servers | |
parent | Try to repair attachments ion the fly if they are detached and reattached. (diff) | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC-4ed54dcc013b2901cb74b81c1300972a9591c612.zip opensim-SC-4ed54dcc013b2901cb74b81c1300972a9591c612.tar.gz opensim-SC-4ed54dcc013b2901cb74b81c1300972a9591c612.tar.bz2 opensim-SC-4ed54dcc013b2901cb74b81c1300972a9591c612.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Framework/Servers')
-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 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 |