diff options
author | onefang | 2019-09-11 16:34:22 +1000 |
---|---|---|
committer | onefang | 2019-09-11 16:34:22 +1000 |
commit | 191f88545eb78cce4c4d823be8a1f9f5ec458269 (patch) | |
tree | 52f2ab0c04f1a5d7d6ac5dc872981b4b156447e7 | |
parent | typo-- (diff) | |
download | opensim-SC_OLD-191f88545eb78cce4c4d823be8a1f9f5ec458269.zip opensim-SC_OLD-191f88545eb78cce4c4d823be8a1f9f5ec458269.tar.gz opensim-SC_OLD-191f88545eb78cce4c4d823be8a1f9f5ec458269.tar.bz2 opensim-SC_OLD-191f88545eb78cce4c4d823be8a1f9f5ec458269.tar.xz |
Bump to release flavour, build 0.
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 25a327a..c74060b 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -31,9 +31,9 @@ namespace OpenSim | |||
31 | { | 31 | { |
32 | public const string VersionNumber = "0.9.0.1"; | 32 | public const string VersionNumber = "0.9.0.1"; |
33 | public const string AssemblyVersionNumber = "0.9.0.*"; | 33 | public const string AssemblyVersionNumber = "0.9.0.*"; |
34 | public const string SC_BUILD_NUMBER = "6"; | 34 | public const string SC_BUILD_NUMBER = "0"; |
35 | 35 | ||
36 | public const Flavour VERSION_FLAVOUR = Flavour.RC1; | 36 | public const Flavour VERSION_FLAVOUR = Flavour.Release; |
37 | 37 | ||
38 | public enum Flavour | 38 | public enum Flavour |
39 | { | 39 | { |