aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-03-30 02:11:32 +0100
committerJustin Clark-Casey (justincc)2012-03-30 02:13:37 +0100
commit54ee59c0bb8272462749e884249302dc0eef66a2 (patch)
tree2ae6e8e09ee49ed5497a621c3718ef7ee7f3ce8f
parentEnable voice by default on parcels to weaken effects of viewer 2/3 ParcelVoic... (diff)
downloadopensim-SC_OLD-54ee59c0bb8272462749e884249302dc0eef66a2.zip
opensim-SC_OLD-54ee59c0bb8272462749e884249302dc0eef66a2.tar.gz
opensim-SC_OLD-54ee59c0bb8272462749e884249302dc0eef66a2.tar.bz2
opensim-SC_OLD-54ee59c0bb8272462749e884249302dc0eef66a2.tar.xz
Add Extended flavour option to opensim version information.
This flavour is for changes in addition to the 0.7.3-post-fixes branch that are too large to be considered fixes but should be reasonably stable. This flavour will almost certainly never see a formal release.
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index 1045cd9..376f7ec 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -39,7 +39,8 @@ namespace OpenSim
39 RC1, 39 RC1,
40 RC2, 40 RC2,
41 Release, 41 Release,
42 Post_Fixes 42 Post_Fixes,
43 Extended
43 } 44 }
44 45
45 public static string Version 46 public static string Version