diff options
author | Justin Clark-Casey (justincc) | 2011-05-06 00:18:29 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-06 00:18:29 +0100 |
commit | accb4499fe61283040aed771cb4af38f9f5add6a (patch) | |
tree | 8465aa61bd19df30dd76cfe7abc6fbde16d4bc91 | |
parent | Change flavour to release (diff) | |
download | opensim-SC_OLD-accb4499fe61283040aed771cb4af38f9f5add6a.zip opensim-SC_OLD-accb4499fe61283040aed771cb4af38f9f5add6a.tar.gz opensim-SC_OLD-accb4499fe61283040aed771cb4af38f9f5add6a.tar.bz2 opensim-SC_OLD-accb4499fe61283040aed771cb4af38f9f5add6a.tar.xz |
change release flavour to post fixes
-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 06418a4..2ff0689 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -30,7 +30,7 @@ namespace OpenSim | |||
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"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |