summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2023-03-02 09:03:57 +0000
committerChris Liddell <chris.liddell@artifex.com>2023-03-02 14:37:25 +0000
commitc46623b591e68414f380534fc591d07d04c366d9 (patch)
tree50a7c19cfe901978ded89751c1629c46573850ee
parentd72c2ceb3f3362fe05c5ca6e4b1f01d285cbf104 (diff)
downloadghostpdl-c46623b591e68414f380534fc591d07d04c366d9.tar.gz
Increment version number
-rw-r--r--Resource/Init/gs_init.ps2
-rw-r--r--base/version.mak6
2 files changed, 4 insertions, 4 deletions
diff --git a/Resource/Init/gs_init.ps b/Resource/Init/gs_init.ps
index c364f3e03..7af812970 100644
--- a/Resource/Init/gs_init.ps
+++ b/Resource/Init/gs_init.ps
@@ -34,7 +34,7 @@
% Interpreter library version number
% NOTE: the interpreter code requires that the first non-comment token
% in this file be an integer, and that it match the compiled-in version!
-10010
+10020
% Check the interpreter revision.
dup revision ne
diff --git a/base/version.mak b/base/version.mak
index b63b73082..58c5c41db 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2022 Artifex Software, Inc.
+# Copyright (C) 2001-2023 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=10
-GS_VERSION_MINOR=01
+GS_VERSION_MINOR=02
GS_VERSION_PATCH=0
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20220817
+GS_REVISIONDATE=20230302
# 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)