summaryrefslogtreecommitdiff
path: root/base/version.mak
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2020-09-10 16:18:10 +0100
committerChris Liddell <chris.liddell@artifex.com>2020-09-11 15:31:36 +0100
commit98379bb2752c64f47cc1de9f6f3c973b2c69562c (patch)
treef5f1fa746e421fd695af903830c8a6a1f26cd8ff /base/version.mak
parent24cfe91c81b831d6d23fe0a1008285407a7adeb2 (diff)
downloadghostpdl-98379bb2752c64f47cc1de9f6f3c973b2c69562c.tar.gz
Bring changelog changes onto master from gs9.53.0
(Tweak History9.htm with jbig2dec updates)
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 0c0ba3479..27265d922 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -17,7 +17,7 @@ GS_VERSION_MAJOR=9
GS_VERSION_MINOR=54
GS_VERSION_PATCH=0
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20200919
+GS_REVISIONDATE=20200910
# Derived values
GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR)$(GS_VERSION_PATCH)
GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_VERSION_PATCH)