diff options
author | Justin Clark-Casey | 2014-05-06 19:04:44 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2014-05-06 19:04:44 +0100 |
commit | 766c94213c76302df6c088e55e795d880aef83ce (patch) | |
tree | 96025a2c8cf8f68eb5908e2737860bd29349b8ac | |
parent | new version of patch to add default-user switch new version :qw :wq updated v... (diff) | |
download | opensim-SC_OLD-766c94213c76302df6c088e55e795d880aef83ce.zip opensim-SC_OLD-766c94213c76302df6c088e55e795d880aef83ce.tar.gz opensim-SC_OLD-766c94213c76302df6c088e55e795d880aef83ce.tar.bz2 opensim-SC_OLD-766c94213c76302df6c088e55e795d880aef83ce.tar.xz |
Change version flavour to RC1. Make version number more normal "0.8" rather than "0.8.0"
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 98c19b9..87207ae 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -29,8 +29,8 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "0.8.0"; | 32 | private const string VERSION_NUMBER = "0.8"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |