aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-10-04 23:37:48 +0100
committerJustin Clark-Casey (justincc)2013-10-04 23:37:48 +0100
commit3bd922f61b9c98bcbb0a4326263a867b3ab3eb20 (patch)
treee88402d81502eb37ba0747991d268c6145009cc3
parentUpdate flavour to release (diff)
downloadopensim-SC_OLD-3bd922f61b9c98bcbb0a4326263a867b3ab3eb20.zip
opensim-SC_OLD-3bd922f61b9c98bcbb0a4326263a867b3ab3eb20.tar.gz
opensim-SC_OLD-3bd922f61b9c98bcbb0a4326263a867b3ab3eb20.tar.bz2
opensim-SC_OLD-3bd922f61b9c98bcbb0a4326263a867b3ab3eb20.tar.xz
Change 0.7.6 release flavour to 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 536f628..4eb247f 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.6"; 32 private const string VERSION_NUMBER = "0.7.6";
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 {