From 8a3309451ded2335b7f7ab5ebf1c19eebad8b32c Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Thu, 15 Aug 2019 11:39:51 +0100 Subject: Bring master up to date with 9.50 branch docs, dates etc Dates and versions for 9.28 RC 1 Date for 9.28 rc2 Doc updates, changelog, news etc Update to note explicitly case sensitivity on Windsows In News.htm and History9.htm Dates, docs, etc for 9.28 rc3 Dates and docs for 9.28 rc4 Small changelog tweak Change version to 9.50 Update changelog Fix a mistake in the news section Dates etc for 9.50 release Plus a comment on going to 9.50, rather than 9.28. --- base/version.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/version.mak') diff --git a/base/version.mak b/base/version.mak index 0167dd1ff..88041f2df 100644 --- a/base/version.mak +++ b/base/version.mak @@ -18,7 +18,7 @@ GS_VERSION_MAJOR=9 GS_VERSION_MINOR=51 GS_VERSION_MINOR0=51 # Revision date: year x 10000 + month x 100 + day. -GS_REVISIONDATE=20190815 +GS_REVISIONDATE=20191015 # Derived values GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0) GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0) -- cgit v1.2.1