From 3d32ce2d98e692c11ee6225bcf507f59b2db66dc Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 31 Aug 2019 00:21:27 +1000 Subject: Tag and release OpenSim_SC 0.9.0.1 RC1. --- Differences.txt | 1 + NEWS | 3 +++ OpenSim/Framework/VersionInfo.cs | 2 +- coderDocs/TODO.txt | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Differences.txt b/Differences.txt index 301cb68..824047d 100644 --- a/Differences.txt +++ b/Differences.txt @@ -91,6 +91,7 @@ balance displayed is the opensim-SC version number of the sim you are in. Obviously this is not a real economy, spending any of it doesn't deduct from your balance. You can still install a real economy module. + Web pages. ---------- diff --git a/NEWS b/NEWS index 144e5e8..d38b261 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ git log c342c299af286083a60e447f3f4cbdc84f5cfbfa.. --pretty=format:"%s%n%b%n---- Tag and release OpenSim_SC 0.9.0.1 RC1. ---------------- +New NEWS. + +---------------- git log 4e1a8967847b93442ec3e4e0d254c5d6c1edffb7..c342c299af286083a60e447f3f4cbdc84f5cfbfa --pretty=format:"%s%n%b%n----------------" > NEWS.0.9.0.1.6_RC0 diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 2de485f..25a327a 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs @@ -33,7 +33,7 @@ namespace OpenSim public const string AssemblyVersionNumber = "0.9.0.*"; public const string SC_BUILD_NUMBER = "6"; - public const Flavour VERSION_FLAVOUR = Flavour.RC0; + public const Flavour VERSION_FLAVOUR = Flavour.RC1; public enum Flavour { diff --git a/coderDocs/TODO.txt b/coderDocs/TODO.txt index bd3c02a..e3288d5 100644 --- a/coderDocs/TODO.txt +++ b/coderDocs/TODO.txt @@ -1,5 +1,5 @@ -TODO on release- ----------------- +TODO on release +--------------- Update version numbers. git log 8f280962f019d46e0367b29246283a1e34ceb955.. --pretty=format:"%s%n%b%n----------------" > NEWS.new That'll be up to and excluding that revision. -- cgit v1.1