summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-04 15:45:59 +0100
committerSam James <sam@gentoo.org>2022-04-17 12:59:02 +0100
commit56e9b1647b14fc9a2d7cc6200bb86a9f415b00fb (patch)
treee8eab7ba7e3b46887da2c60b58c8abd6cc54543d /base/version.mak
parentImport Ghostscript 9.56.0 (diff)
downloadghostscript-gpl-patches-56e9b1647b14fc9a2d7cc6200bb86a9f415b00fb.tar.gz
ghostscript-gpl-patches-56e9b1647b14fc9a2d7cc6200bb86a9f415b00fb.tar.bz2
ghostscript-gpl-patches-56e9b1647b14fc9a2d7cc6200bb86a9f415b00fb.zip
Import Ghostscript 9.56.1ghostscript-9.56.1ghostscript-9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'base/version.mak')
-rw-r--r--base/version.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/version.mak b/base/version.mak
index 44eb4bae..98fb46e1 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -15,9 +15,9 @@
# Major, minor and patch version numbers.
GS_VERSION_MAJOR=9
GS_VERSION_MINOR=56
-GS_VERSION_PATCH=0
+GS_VERSION_PATCH=1
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20220329
+GS_REVISIONDATE=20220404
# 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)