diff options
author | Justin Clark-Casey (justincc) | 2012-03-30 22:04:55 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-30 22:04:55 +0100 |
commit | 88b2247d94c5c88bd27735efa01fda86fbea94cc (patch) | |
tree | 2704f313886aa212777e99b6f3fce58555d8b69b | |
parent | Add Extended flavour option to opensim version information. (diff) | |
download | opensim-SC_OLD-88b2247d94c5c88bd27735efa01fda86fbea94cc.zip opensim-SC_OLD-88b2247d94c5c88bd27735efa01fda86fbea94cc.tar.gz opensim-SC_OLD-88b2247d94c5c88bd27735efa01fda86fbea94cc.tar.bz2 opensim-SC_OLD-88b2247d94c5c88bd27735efa01fda86fbea94cc.tar.xz |
Bump to 0.7.3.1 release version0.7.3.1-release
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 376f7ec..518d4ef 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -29,8 +29,8 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "0.7.3"; | 32 | private const string VERSION_NUMBER = "0.7.3.1"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |