From 191f88545eb78cce4c4d823be8a1f9f5ec458269 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 11 Sep 2019 16:34:22 +1000 Subject: Bump to release flavour, build 0. --- OpenSim/Framework/VersionInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/VersionInfo.cs') 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 { public const string VersionNumber = "0.9.0.1"; public const string AssemblyVersionNumber = "0.9.0.*"; - public const string SC_BUILD_NUMBER = "6"; + public const string SC_BUILD_NUMBER = "0"; - public const Flavour VERSION_FLAVOUR = Flavour.RC1; + public const Flavour VERSION_FLAVOUR = Flavour.Release; public enum Flavour { -- cgit v1.1