From 349171ae48970b0eed3c6f51f154eba844e6ebaf Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 15 Aug 2019 05:47:11 +1000 Subject: Bump build number. I should have done this after tagging RC0. --- OpenSim/Framework/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 482ef25..fd28842 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs @@ -31,7 +31,7 @@ namespace OpenSim { public const string VersionNumber = "0.9.0.1"; public const string AssemblyVersionNumber = "0.9.0.*"; - public const string SC_BUILD_NUMBER = "1"; + public const string SC_BUILD_NUMBER = "2"; public const Flavour VERSION_FLAVOUR = Flavour.RC0; -- cgit v1.1