diff options
author | Justin Clark-Casey (justincc) | 2011-04-06 22:05:07 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-06 22:05:07 +0100 |
commit | a6b1927cff19c72fe0c879ab41fcca8052737617 (patch) | |
tree | d7a89b0c975c6854e31e6a48cb55d56b97b2d32a /OpenSim | |
parent | Fix bug where on duplication, the root part local id was continually used in ... (diff) | |
download | opensim-SC_OLD-a6b1927cff19c72fe0c879ab41fcca8052737617.zip opensim-SC_OLD-a6b1927cff19c72fe0c879ab41fcca8052737617.tar.gz opensim-SC_OLD-a6b1927cff19c72fe0c879ab41fcca8052737617.tar.bz2 opensim-SC_OLD-a6b1927cff19c72fe0c879ab41fcca8052737617.tar.xz |
bump main branch version number to 0.7.2. A separate 0.7.1-post-fixes branch now exists.
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 c9d4c93..53a3f17 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 |