diff options
author | Justin Clark-Casey (justincc) | 2012-03-30 02:11:32 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-30 02:11:32 +0100 |
commit | e5343bccdf4f422dc6cf93a38038a045813f827e (patch) | |
tree | 89940cd60105544858259ec5dfcf4752f559709f /OpenSim | |
parent | minor: remove some now unneeded code from FriendsCommandsModule (diff) | |
download | opensim-SC_OLD-e5343bccdf4f422dc6cf93a38038a045813f827e.zip opensim-SC_OLD-e5343bccdf4f422dc6cf93a38038a045813f827e.tar.gz opensim-SC_OLD-e5343bccdf4f422dc6cf93a38038a045813f827e.tar.bz2 opensim-SC_OLD-e5343bccdf4f422dc6cf93a38038a045813f827e.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 '')
-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 7a5d715..5f01788 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 |