summaryrefslogtreecommitdiff
path: root/base/version.mak
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2019-08-15 11:39:51 +0100
committerChris Liddell <chris.liddell@artifex.com>2019-10-15 11:54:39 +0100
commit8a3309451ded2335b7f7ab5ebf1c19eebad8b32c (patch)
treed1fdf4bdd6927f0abea4411b70b60dce6e3a31de /base/version.mak
parentac5c8747c9f9e2710a315ff25d41a7b9a592b583 (diff)
downloadghostpdl-8a3309451ded2335b7f7ab5ebf1c19eebad8b32c.tar.gz
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.
Diffstat (limited to 'base/version.mak')
-rw-r--r--base/version.mak2
1 files changed, 1 insertions, 1 deletions
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)