summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2023-03-02 09:05:27 +0000
committerChris Liddell <chris.liddell@artifex.com>2023-03-22 15:40:30 +0000
commit7813261a42912317a6da6a94b0a39749dad3d1a3 (patch)
treef39db144092e8fc66faa22f4c6d50a4edac63d9a /base
parent3abb368c6262e657402ea5ae01e6d91217427e0e (diff)
downloadghostpdl-7813261a42912317a6da6a94b0a39749dad3d1a3.tar.gz
Bring master up to date with 10.01.0 release branch
Product family, date docs version for 10.01.0 RC 1 Update News.htm for 10.01.0 Version and dates in man pages Dates and product string for 10.01.0rc2 Dates and product string for 10.01.0 release
Diffstat (limited to 'base')
-rw-r--r--base/version.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/version.mak b/base/version.mak
index 58c5c41db..d74e2e6ce 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -17,7 +17,7 @@ GS_VERSION_MAJOR=10
GS_VERSION_MINOR=02
GS_VERSION_PATCH=0
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20230302
+GS_REVISIONDATE=20230322
# 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)