From c46623b591e68414f380534fc591d07d04c366d9 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Thu, 2 Mar 2023 09:03:57 +0000 Subject: Increment version number --- Resource/Init/gs_init.ps | 2 +- base/version.mak | 6 +++--- 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) -- cgit v1.2.1