diff options
author | Justin Clark-Casey (justincc) | 2011-05-27 22:26:16 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-27 22:26:16 +0100 |
commit | 6419544948337c32c101fab2084bb1688f5a8275 (patch) | |
tree | 12e6ea59ddf10363a90227fde284fae0b9a1e45d /OpenSim/Framework/Servers/VersionInfo.cs | |
parent | Make sure culture is en-US when saving archive related xml. (diff) | |
download | opensim-SC_OLD-6419544948337c32c101fab2084bb1688f5a8275.zip opensim-SC_OLD-6419544948337c32c101fab2084bb1688f5a8275.tar.gz opensim-SC_OLD-6419544948337c32c101fab2084bb1688f5a8275.tar.bz2 opensim-SC_OLD-6419544948337c32c101fab2084bb1688f5a8275.tar.xz |
switch to 0.7.1.1 release version info
Diffstat (limited to 'OpenSim/Framework/Servers/VersionInfo.cs')
-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 2ff0689..b1a5ffe 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.1"; | 32 | private const string VERSION_NUMBER = "0.7.1.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 | { |