aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-01-31 20:28:09 +0000
committerJustin Clark-Casey (justincc)2014-01-31 20:28:09 +0000
commit40144fb0f645bf5e62615e1697389b3eb85ff0f7 (patch)
tree30c80f739ebd04722db7acf2a385574b6c116792
parentRecord whether login to home fails because no home set (UUID.Zero) or region ... (diff)
downloadopensim-SC_OLD-40144fb0f645bf5e62615e1697389b3eb85ff0f7.zip
opensim-SC_OLD-40144fb0f645bf5e62615e1697389b3eb85ff0f7.tar.gz
opensim-SC_OLD-40144fb0f645bf5e62615e1697389b3eb85ff0f7.tar.bz2
opensim-SC_OLD-40144fb0f645bf5e62615e1697389b3eb85ff0f7.tar.xz
Change 0.7.6.1 flavour to release0.7.6.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 c04fe97..a6ede39 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.1"; 32 private const string VERSION_NUMBER = "0.7.6.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 {