diff options
author | Justin Clark-Casey | 2014-06-17 18:44:31 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2014-06-17 18:44:31 +0100 |
commit | eea3be9b17bcece898a6e5a599366177ab2564f1 (patch) | |
tree | cdc1efeb8715131a37a7ab46a2dfe679110e19c9 /OpenSim | |
parent | Change 0.8 flavour to release (diff) | |
download | opensim-SC_OLD-eea3be9b17bcece898a6e5a599366177ab2564f1.zip opensim-SC_OLD-eea3be9b17bcece898a6e5a599366177ab2564f1.tar.gz opensim-SC_OLD-eea3be9b17bcece898a6e5a599366177ab2564f1.tar.bz2 opensim-SC_OLD-eea3be9b17bcece898a6e5a599366177ab2564f1.tar.xz |
Change flavour to post-fixes
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 7b6bf57..7bb385b 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.8"; | 32 | private const string VERSION_NUMBER = "0.8"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |