summaryrefslogtreecommitdiff
path: root/base/version.mak
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2018-09-10 09:25:22 +0100
committerChris Liddell <chris.liddell@artifex.com>2018-09-13 16:06:50 +0100
commitc7b6473b425445c6d6c0637f42fdbf5536244198 (patch)
treeae20c10c1bef589a110a80664115c6cff6e4b56a /base/version.mak
parentba8eda9d8c62e34ce3fed2d22647797e29494eb7 (diff)
downloadghostpdl-c7b6473b425445c6d6c0637f42fdbf5536244198.tar.gz
Bring master up to date with 9.25 release branch
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 fe079cd00..94fc29665 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -18,7 +18,7 @@ GS_VERSION_MAJOR=9
GS_VERSION_MINOR=26
GS_VERSION_MINOR0=26
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20180910
+GS_REVISIONDATE=20180913
# Derived values
GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)