diff options
author | Justin Clark-Casey (justincc) | 2011-10-07 23:41:55 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-07 23:41:55 +0100 |
commit | f8c06c61149b1ab3e3002247280be250b558a79e (patch) | |
tree | 3e99538ca602a04f3a3e82a22576f746ddd62d09 /OpenSim | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-f8c06c61149b1ab3e3002247280be250b558a79e.zip opensim-SC_OLD-f8c06c61149b1ab3e3002247280be250b558a79e.tar.gz opensim-SC_OLD-f8c06c61149b1ab3e3002247280be250b558a79e.tar.bz2 opensim-SC_OLD-f8c06c61149b1ab3e3002247280be250b558a79e.tar.xz |
flip master version up to 0.7.3
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 53a3f17..f30cb7a 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.2"; | 32 | private const string VERSION_NUMBER = "0.7.3"; |
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 |