summaryrefslogtreecommitdiff
path: root/base/version.mak
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-02-22 10:14:30 +0000
committerChris Liddell <chris.liddell@artifex.com>2022-02-22 10:14:30 +0000
commitf75e9fa8a5bdf6ed8ea8ea5ea86f0834236c7da5 (patch)
tree872869483bd45dff5a009f0eb1deedb2dc6e85bd /base/version.mak
parent03c264eb8ba86d43caa678d0c6cd928eabefa5ab (diff)
downloadghostpdl-f75e9fa8a5bdf6ed8ea8ea5ea86f0834236c7da5.tar.gz
Incremement version number for release
Diffstat (limited to 'base/version.mak')
-rw-r--r--base/version.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/version.mak b/base/version.mak
index 92b35ec43..b83a1fab1 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2021 Artifex Software, Inc.
+# Copyright (C) 2001-2022 Artifex Software, Inc.
# All Rights Reserved.
#
# This software is provided AS-IS with no warranty, either express or
@@ -14,10 +14,10 @@
# Major, minor and patch version numbers.
GS_VERSION_MAJOR=9
-GS_VERSION_MINOR=56
+GS_VERSION_MINOR=57
GS_VERSION_PATCH=0
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20210927
+GS_REVISIONDATE=20220222
# 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)