aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-01-24 18:29:31 +0000
committerJustin Clark-Casey (justincc)2014-01-24 18:29:31 +0000
commit972f5175a8a21e9d3667fdf2ee1a771ec89da6eb (patch)
treed0c7d741ca3fbfffa230907efec4a49d5eb3a723
parentMerge branch '0.7.6-post-fixes' of ssh://opensimulator.org/var/git/opensim in... (diff)
downloadopensim-SC_OLD-972f5175a8a21e9d3667fdf2ee1a771ec89da6eb.zip
opensim-SC_OLD-972f5175a8a21e9d3667fdf2ee1a771ec89da6eb.tar.gz
opensim-SC_OLD-972f5175a8a21e9d3667fdf2ee1a771ec89da6eb.tar.bz2
opensim-SC_OLD-972f5175a8a21e9d3667fdf2ee1a771ec89da6eb.tar.xz
Change version to 0.7.6.1 and type to Release
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index 4eb247f..a6ede39 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -29,8 +29,8 @@ namespace OpenSim
29{ 29{
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.1";
33 private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; 33 private const Flavour VERSION_FLAVOUR = Flavour.Release;
34 34
35 public enum Flavour 35 public enum Flavour
36 { 36 {