aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-02-29 23:43:41 +0000
committerJustin Clark-Casey (justincc)2012-02-29 23:43:41 +0000
commit71641523a315da61188f50907907e42f11c51b9b (patch)
tree47d903d959d786d050d97185f6fc562ea4020bbc
parentExtend distsrc target to cleanup the files generated by running prebuild (diff)
downloadopensim-SC_OLD-71641523a315da61188f50907907e42f11c51b9b.zip
opensim-SC_OLD-71641523a315da61188f50907907e42f11c51b9b.tar.gz
opensim-SC_OLD-71641523a315da61188f50907907e42f11c51b9b.tar.bz2
opensim-SC_OLD-71641523a315da61188f50907907e42f11c51b9b.tar.xz
Flick 0.7.3-post-fixes to Flavour.Post_Fixes
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index c327d77..1045cd9 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.3"; 32 private const string VERSION_NUMBER = "0.7.3";
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 {