summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-03-02 09:26:35 +0000
committerChris Liddell <chris.liddell@artifex.com>2022-03-02 09:26:35 +0000
commit32dad1838db7ae3c1109ea64689e65e3424bb1fe (patch)
tree973685f6066df11c27f5fea5fd3d4a1e62e790e4
parente288b9b0e62d71b58e4fc0971bf953560fd1b85a (diff)
downloadghostpdl-32dad1838db7ae3c1109ea64689e65e3424bb1fe.tar.gz
Date for 9.56.0 RC1ghostpdl-9.56.0rc1
-rw-r--r--base/gscdefs.h2
-rw-r--r--base/version.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/base/gscdefs.h b/base/gscdefs.h
index c88fdee8c..3c4802a8d 100644
--- a/base/gscdefs.h
+++ b/base/gscdefs.h
@@ -27,7 +27,7 @@
#ifndef GS_COPYRIGHT
# define GS_COPYRIGHT\
- "Copyright (C) 2021 Artifex Software, Inc. All rights reserved."
+ "Copyright (C) 2022 Artifex Software, Inc. All rights reserved."
#endif
#ifndef GS_PRODUCTFAMILY
diff --git a/base/version.mak b/base/version.mak
index f44435186..93391560b 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -17,7 +17,7 @@ GS_VERSION_MAJOR=9
GS_VERSION_MINOR=56
GS_VERSION_PATCH=0
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20220222
+GS_REVISIONDATE=20220302
# 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)