aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-10-04 20:45:02 +0100
committerJustin Clark-Casey (justincc)2013-10-04 20:45:02 +0100
commit9dae06b296dccae44b73bdc8662aebdd94886805 (patch)
tree4771000f26caafcc87062aac0682d77485bd8758
parentAdd OnChatToNPC and OnInstantMessageToNPC messages to NPCAvatar to allow regi... (diff)
downloadopensim-SC_OLD-0.7.6-release.zip
opensim-SC_OLD-0.7.6-release.tar.gz
opensim-SC_OLD-0.7.6-release.tar.bz2
opensim-SC_OLD-0.7.6-release.tar.xz
Update flavour to release0.7.6-release
-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 f4b3e26..536f628 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.RC1; 33 private const Flavour VERSION_FLAVOUR = Flavour.Release;
34 34
35 public enum Flavour 35 public enum Flavour
36 { 36 {