diff options
author | Justin Clark-Casey (justincc) | 2015-03-16 19:28:41 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-03-16 19:28:41 +0000 |
commit | c2500de0c7e63a5ca4fd0bf2465c21270ef56cec (patch) | |
tree | 999dac0d362674328714d97724221aedcecb76ac | |
parent | BulletSim: add VEHICLE_ more parameter value limit checking. (diff) | |
download | opensim-SC_OLD-c2500de0c7e63a5ca4fd0bf2465c21270ef56cec.zip opensim-SC_OLD-c2500de0c7e63a5ca4fd0bf2465c21270ef56cec.tar.gz opensim-SC_OLD-c2500de0c7e63a5ca4fd0bf2465c21270ef56cec.tar.bz2 opensim-SC_OLD-c2500de0c7e63a5ca4fd0bf2465c21270ef56cec.tar.xz |
Change version flavour to releas0.8.1
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 70ff02a..63c3f3e 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -30,7 +30,7 @@ namespace OpenSim | |||
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | public const string VersionNumber = "0.8.1.0"; | 32 | public const string VersionNumber = "0.8.1.0"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.RC2; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |