diff options
author | Justin Clark-Casey (justincc) | 2012-03-30 02:11:32 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-30 02:13:37 +0100 |
commit | 54ee59c0bb8272462749e884249302dc0eef66a2 (patch) | |
tree | 2ae6e8e09ee49ed5497a621c3718ef7ee7f3ce8f /OpenSim/Framework | |
parent | Enable voice by default on parcels to weaken effects of viewer 2/3 ParcelVoic... (diff) | |
download | opensim-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.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 3 |
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 |