summaryrefslogtreecommitdiff
path: root/base/version.mak
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2020-02-12 11:37:33 +0000
committerChris Liddell <chris.liddell@artifex.com>2020-03-12 18:52:13 +0000
commit6018c8989f1c670d0b8c44d79438faa68dbe5a06 (patch)
tree4e76bd8902c3983d7f8527733ffc0bae499d88af /base/version.mak
parente61555d8b960f1a87664fc378f4ce63619a762aa (diff)
downloadghostpdl-6018c8989f1c670d0b8c44d79438faa68dbe5a06.tar.gz
Bring master up to date with 9.51 release branch
Dates etc for 9.51 RC1 Plus prelim changelog Dates, changelog etc for 9.51rc2 Add mention of deprecating/removing opvp/oprp devices Dates/logs for 9.51 release candidate 3 Dates, changelog etc for 9.51 release
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 dfa629c5e..b824fd473 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -18,7 +18,7 @@ GS_VERSION_MAJOR=9
GS_VERSION_MINOR=52
GS_VERSION_MINOR0=52
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20200212
+GS_REVISIONDATE=20200312
# Derived values
GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)