summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2023-03-02 09:05:27 +0000
committerChris Liddell <chris.liddell@artifex.com>2023-03-02 18:19:38 +0000
commit843de19f9afa1b7a9c393aa5152d7819a9602af2 (patch)
treeb28cd55b3d00c24e40778ff95f17e16a48acd6ff
parent8ef4f126c0f0587990e00f7db4e9a204221265d3 (diff)
downloadghostpdl-843de19f9afa1b7a9c393aa5152d7819a9602af2.tar.gz
Product family, date docs version for 10.01.0 RC 1
-rw-r--r--base/gscdefs.h4
-rw-r--r--base/version.mak4
-rw-r--r--doc/src/conf.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/base/gscdefs.h b/base/gscdefs.h
index b04d5ee57..983535f84 100644
--- a/base/gscdefs.h
+++ b/base/gscdefs.h
@@ -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
@@ -46,7 +46,7 @@
#ifndef GS_PRODUCT
# define GS_PRODUCT\
- GS_PRODUCTFAMILY " GIT PRERELEASE"
+ GS_PRODUCTFAMILY " RELEASE CANDIDATE 1"
#endif
/* Prototypes for configuration definitions in gconfig.c. */
diff --git a/base/version.mak b/base/version.mak
index b63b73082..62ba0af1d 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
@@ -17,7 +17,7 @@ GS_VERSION_MAJOR=10
GS_VERSION_MINOR=01
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)
diff --git a/doc/src/conf.py b/doc/src/conf.py
index 1fdcd1b1f..743a5e0b6 100644
--- a/doc/src/conf.py
+++ b/doc/src/conf.py
@@ -49,7 +49,7 @@ copyright = "1988-2022, Artifex"
# built documents.
#
# The full version, including alpha/beta/rc tags.
-release = "10.0.0"
+release = "10.01.0"
# The short X.Y version
version = release