aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-01-31 23:20:14 +0000
committerJustin Clark-Casey (justincc)2014-01-31 23:20:14 +0000
commita29c2fe8feebac74cf3ebeb6e88eae12a29a97fa (patch)
tree616aafdded349e90da568f7636676f4d31e60509
parentChange release verson to 0.7.5.1 and flavour to rc1 (diff)
downloadopensim-SC-a29c2fe8feebac74cf3ebeb6e88eae12a29a97fa.zip
opensim-SC-a29c2fe8feebac74cf3ebeb6e88eae12a29a97fa.tar.gz
opensim-SC-a29c2fe8feebac74cf3ebeb6e88eae12a29a97fa.tar.bz2
opensim-SC-a29c2fe8feebac74cf3ebeb6e88eae12a29a97fa.tar.xz
Change flavour of 0.7.5.1 to Release0.7.5.1
-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 50d095c..043ca35 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.5.1"; 32 private const string VERSION_NUMBER = "0.7.5.1";
33 private const Flavour VERSION_FLAVOUR = Flavour.RC1; 33 private const Flavour VERSION_FLAVOUR = Flavour.Release;
34 34
35 public enum Flavour 35 public enum Flavour
36 { 36 {