diff options
author | Melanie | 2011-10-12 07:07:37 +0100 |
---|---|---|
committer | Melanie | 2011-10-12 07:07:37 +0100 |
commit | 336f6f7ec47b3022ef5c299aa6ba2598f73127b3 (patch) | |
tree | c81f452f456616dc65506f846be90d813922bae6 | |
parent | Merge commit 'b5e6209cfd1c0b655852cf40e99f50aa2db9d8fa' into bigmerge (diff) | |
parent | flip master version up to 0.7.3 (diff) | |
download | opensim-SC_OLD-336f6f7ec47b3022ef5c299aa6ba2598f73127b3.zip opensim-SC_OLD-336f6f7ec47b3022ef5c299aa6ba2598f73127b3.tar.gz opensim-SC_OLD-336f6f7ec47b3022ef5c299aa6ba2598f73127b3.tar.bz2 opensim-SC_OLD-336f6f7ec47b3022ef5c299aa6ba2598f73127b3.tar.xz |
Merge commit 'f8c06c61149b1ab3e3002247280be250b558a79e' into bigmerge
-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 24758e8..2a142be 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 |