summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-08-17 14:23:21 +0100
committerChris Liddell <chris.liddell@artifex.com>2022-08-17 14:23:21 +0100
commit65aeed407bff7b92033c4a2758235c6a9162d2e4 (patch)
treef000eefd948225a6ffecacab83b804a436fdcf35
parent3eccc0df30b34c454d62557bc9e50203b4821109 (diff)
downloadghostpdl-10.0.0_release_tests_001.tar.gz
Version number, dates and product string for 10.0.0 RC1ghostpdl-10.0.0_release_tests_001
-rw-r--r--Resource/Init/gs_init.ps2
-rw-r--r--base/gscdefs.h2
-rw-r--r--base/version.mak6
-rw-r--r--doc/API.htm2
-rw-r--r--doc/C-style.htm2
-rw-r--r--doc/DLL.htm2
-rw-r--r--doc/Deprecated.htm2
-rw-r--r--doc/Develop.htm2
-rw-r--r--doc/Devices.htm2
-rw-r--r--doc/Drivers.htm2
-rw-r--r--doc/Fonts.htm2
-rw-r--r--doc/GPDL.htm2
-rw-r--r--doc/History9.htm20
-rw-r--r--doc/Install.htm2
-rw-r--r--doc/Internal.htm2
-rw-r--r--doc/Language.htm2
-rw-r--r--doc/Lib.htm2
-rw-r--r--doc/Make.htm2
-rw-r--r--doc/News.htm12
-rw-r--r--doc/Ps-style.htm2
-rw-r--r--doc/Ps2epsi.htm2
-rw-r--r--doc/Psfiles.htm2
-rw-r--r--doc/Readme.htm2
-rw-r--r--doc/Release.htm2
-rw-r--r--doc/SavedPages.htm2
-rw-r--r--doc/Search.htm2
-rw-r--r--doc/Source.htm2
-rw-r--r--doc/Unix-lpr.htm2
-rw-r--r--doc/Use.htm2
-rw-r--r--doc/VectorDevices.htm2
-rw-r--r--doc/WhatIsGS.htm2
-rw-r--r--doc/gs-vms.hlp2
-rw-r--r--doc/sample_downscale_device.htm2
-rw-r--r--doc/subclass.htm2
-rw-r--r--doc/thirdparty.htm2
-rw-r--r--man/dvipdf.14
-rw-r--r--man/gs.14
-rw-r--r--man/gslp.14
-rw-r--r--man/gsnd.14
-rw-r--r--man/pdf2dsc.14
-rw-r--r--man/pdf2ps.14
-rw-r--r--man/pf2afm.14
-rw-r--r--man/pfbtopfa.14
-rw-r--r--man/printafm.14
-rw-r--r--man/ps2ascii.14
-rw-r--r--man/ps2epsi.14
-rw-r--r--man/ps2pdf.14
-rw-r--r--man/ps2pdfwr.14
-rw-r--r--man/ps2ps.14
49 files changed, 79 insertions, 79 deletions
diff --git a/Resource/Init/gs_init.ps b/Resource/Init/gs_init.ps
index 8c8d03c92..f1e6d7d68 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!
-9570
+10000
% Check the interpreter revision.
dup revision ne
diff --git a/base/gscdefs.h b/base/gscdefs.h
index b04d5ee57..8a7796ddb 100644
--- a/base/gscdefs.h
+++ b/base/gscdefs.h
@@ -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 8acc9d3c8..64b70f7f8 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -13,11 +13,11 @@
# Makefile fragment containing the current revision identification.
# Major, minor and patch version numbers.
-GS_VERSION_MAJOR=9
-GS_VERSION_MINOR=57
+GS_VERSION_MAJOR=10
+GS_VERSION_MINOR=00
GS_VERSION_PATCH=0
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20220329
+GS_REVISIONDATE=20220817
# 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/API.htm b/doc/API.htm
index c994ae130..a40007333 100644
--- a/doc/API.htm
+++ b/doc/API.htm
@@ -1742,7 +1742,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.</p>
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/C-style.htm b/doc/C-style.htm
index a7e9d1efb..7e855e171 100644
--- a/doc/C-style.htm
+++ b/doc/C-style.htm
@@ -1590,7 +1590,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.</p>
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/DLL.htm b/doc/DLL.htm
index 5f9c41c90..3f82673d3 100644
--- a/doc/DLL.htm
+++ b/doc/DLL.htm
@@ -740,7 +740,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Deprecated.htm b/doc/Deprecated.htm
index 2f4c79a1a..1d02c9932 100644
--- a/doc/Deprecated.htm
+++ b/doc/Deprecated.htm
@@ -5755,7 +5755,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Develop.htm b/doc/Develop.htm
index 947e347f2..b438d8e90 100644
--- a/doc/Develop.htm
+++ b/doc/Develop.htm
@@ -4808,7 +4808,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Devices.htm b/doc/Devices.htm
index 60c60776a..9c20d88c8 100644
--- a/doc/Devices.htm
+++ b/doc/Devices.htm
@@ -2170,7 +2170,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Drivers.htm b/doc/Drivers.htm
index c596d5a25..073d96cbc 100644
--- a/doc/Drivers.htm
+++ b/doc/Drivers.htm
@@ -3393,7 +3393,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Fonts.htm b/doc/Fonts.htm
index 4dbcdb302..ad2b9b02d 100644
--- a/doc/Fonts.htm
+++ b/doc/Fonts.htm
@@ -333,7 +333,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/GPDL.htm b/doc/GPDL.htm
index c6016421b..807c5ab23 100644
--- a/doc/GPDL.htm
+++ b/doc/GPDL.htm
@@ -551,7 +551,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.</p>
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/History9.htm b/doc/History9.htm
index afe8c2f0b..0e3b33e62 100644
--- a/doc/History9.htm
+++ b/doc/History9.htm
@@ -29,14 +29,14 @@ TOC to see how to edit it for visual conciseness.
<h2><a name="toc"></a>Table of contents</h2>
<blockquote><ul class="toc">
-<li><a href="#Version9.56.0">Version 9.56.0 (2022-02-22)</a></li>
+<li><a href="#Version10.00.0">Version 10.00.0 (2022-08-17)</a></li>
</ul></blockquote>
-<h1>History of Ghostscript versions 9.n</h1>
+<h1>History of Ghostscript versions 10.n.n</h1>
<ul>
- <li>Version 9.56.0 (2022-03-14)</li>
+ <li>Version 10.00.0 (2022-08-17)</li>
</ul>
@@ -47,8 +47,8 @@ TOC to see how to edit it for visual conciseness.
<p>
-This document is a record of changes in Ghostscript releases numbered 9.xx.
-<p><u>Important</u>: see <a href="#9.56.0_changelog">Version 9.56.0 Changelog</a>
+This document is a record of changes in Ghostscript releases numbered 10.x,x.
+<p><u>Important</u>: see <a href="#10.00.0_changelog">Version 10.00.0 Changelog</a>
<!-- [1.3 end hint] ======================================================== -->
@@ -58,14 +58,14 @@ This document is a record of changes in Ghostscript releases numbered 9.xx.
<!-- [1.0 end visible header] ============================================== -->
<!-- [2.0 begin contents] ================================================== -->
-<h2><a name="Version9.56.0"></a>Version 9.56.0 (2022-02-22)</h2>
+<h2><a name="Version10.00.0"></a>Version 10.00.0 (2022-02-22)</h2>
<p> Highlights in this release include:
<ul>
<li>
<p><b>New PDF Interpreter:</b> This is an entirely new implementation written in C (rather than
PostScript, as before). For a full discussion of this change and reasons for it see:
<a href="https://ghostscript.com/pdfi.html">Changes Coming to the PDF Interpreter</a>.
-<p>In this (9.56.0) release, the new PDF interpreter is now <em><u>ENABLED</u></em> by default
+<p>In this (10.00.0) release, the new PDF interpreter is now <em><u>ENABLED</u></em> by default
in Ghostscript, but the old PDF interpreter can be used as a fallback by specifying
<code>-dNEWPDF=false</code>. We've provided this so users that encounter issues with the new
interpreter can keep working while we iron out those issues, the option will not be available in
@@ -163,12 +163,12 @@ alternative solution or return the previous functionality, if there is genuinely
option.
</li>
</ul>
-<h3><a name="9.56.0_changelog"></a>Changelog</h3>
+<h3><a name="10.00.0_changelog"></a>Changelog</h3>
<p>From 9.55.0 onwards, in recognition of how unwieldy very large HTML files can become
(History9.html had reached 8.1Mb!), we intend to only include the summary highlights (above).
<p>For anyone wanting the full details of the changes in
a release, we ask them to look at the history in our public git repository:
-<a href="https://git.ghostscript.com/?p=ghostpdl.git;a=shortlog;h=refs/tags/ghostpdl-9.56.0">ghostpdl-9.56.0</a> log.
+<a href="https://git.ghostscript.com/?p=ghostpdl.git;a=shortlog;h=refs/tags/ghostpdl-10.00.0">ghostpdl-10.00.0</a> log.
<p>If this change does not draw negative feedback, History?.htm file(s) will be removed from the release archives.
<hr>
@@ -186,7 +186,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Install.htm b/doc/Install.htm
index a230a6149..b590c5d1a 100644
--- a/doc/Install.htm
+++ b/doc/Install.htm
@@ -405,7 +405,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Internal.htm b/doc/Internal.htm
index 77eb6f319..4c67b7665 100644
--- a/doc/Internal.htm
+++ b/doc/Internal.htm
@@ -80,7 +80,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Language.htm b/doc/Language.htm
index 25aa67ef6..286c037e5 100644
--- a/doc/Language.htm
+++ b/doc/Language.htm
@@ -2294,7 +2294,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Lib.htm b/doc/Lib.htm
index 10ce8ec4c..6647495cc 100644
--- a/doc/Lib.htm
+++ b/doc/Lib.htm
@@ -1007,7 +1007,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Make.htm b/doc/Make.htm
index f88505629..f0cf8609c 100644
--- a/doc/Make.htm
+++ b/doc/Make.htm
@@ -1442,7 +1442,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/News.htm b/doc/News.htm
index d4f79d5da..a3c74c226 100644
--- a/doc/News.htm
+++ b/doc/News.htm
@@ -24,7 +24,7 @@ This document is news about the most recent Ghostscript release. For
earlier versions, see the history documents:
<blockquote>
-<a href="History9.htm">History of Ghostscript versions 9.n</a><br>
+<a href="History9.htm">History of Ghostscript versions 10.n.n</a><br>
</blockquote>
<p>For other information, see the <a href="Readme.htm">Ghostscript
@@ -37,14 +37,14 @@ overview</a>.
<!-- [1.0 end visible header] ============================================== -->
<!-- [2.0 begin contents] ================================================== -->
-<h2><a name="Version9.56.0"></a>Version 9.56.0 (2022-03-29)</h2>
+<h2><a name="Version10.00.0"></a>Version 10.00.0 (2022-08-18)</h2>
<p> Highlights in this release include:
<ul>
<li>
<p><b>New PDF Interpreter:</b> This is an entirely new implementation written in C (rather than
PostScript, as before). For a full discussion of this change and reasons for it see:
<a href="https://ghostscript.com/pdfi.html">Changes Coming to the PDF Interpreter</a>.
-<p>In this (9.56.0) release, the new PDF interpreter is now <em><u>ENABLED</u></em> by default
+<p>In this (10.00.0) release, the new PDF interpreter is now <em><u>ENABLED</u></em> by default
in Ghostscript, but the old PDF interpreter can be used as a fallback by specifying
<code>-dNEWPDF=false</code>. We've provided this so users that encounter issues with the new
interpreter can keep working while we iron out those issues, the option will not be available in
@@ -142,12 +142,12 @@ alternative solution or return the previous functionality, if there is genuinely
option.
</li>
</ul>
-<h3><a name="9.56.0_changelog"></a>Changelog</h3>
+<h3><a name="10.00.0_changelog"></a>Changelog</h3>
<p>From 9.55.0 onwards, in recognition of how unwieldy very large HTML files can become
(History9.html had reached 8.1Mb!), we intend to only include the summary highlights (above).
<p>For anyone wanting the full details of the changes in
a release, we ask them to look at the history in our public git repository:
-<a href="https://git.ghostscript.com/?p=ghostpdl.git;a=shortlog;h=refs/tags/ghostpdl-9.56.0">ghostpdl-9.56.0</a> log.
+<a href="https://git.ghostscript.com/?p=ghostpdl.git;a=shortlog;h=refs/tags/ghostpdl-10.00.0">ghostpdl-10.00.0</a> log.
<p>If this change does not draw negative feedback, History?.htm file(s) will be removed from the release archives.
<!-- [2.0 end contents] ==================================================== -->
@@ -170,7 +170,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Ps-style.htm b/doc/Ps-style.htm
index 24388e62b..bef34675f 100644
--- a/doc/Ps-style.htm
+++ b/doc/Ps-style.htm
@@ -513,7 +513,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Ps2epsi.htm b/doc/Ps2epsi.htm
index 61649eb8f..40fd4e314 100644
--- a/doc/Ps2epsi.htm
+++ b/doc/Ps2epsi.htm
@@ -188,7 +188,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Psfiles.htm b/doc/Psfiles.htm
index b2423c8d2..378144622 100644
--- a/doc/Psfiles.htm
+++ b/doc/Psfiles.htm
@@ -849,7 +849,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Readme.htm b/doc/Readme.htm
index 2726f7ea7..342d4ba21 100644
--- a/doc/Readme.htm
+++ b/doc/Readme.htm
@@ -544,7 +544,7 @@ Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
diff --git a/doc/Release.htm b/doc/Release.htm
index c162d047a..cddedaca5 100644
--- a/doc/Release.htm
+++ b/doc/Release.htm
@@ -808,7 +808,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/SavedPages.htm b/doc/SavedPages.htm
index e64f41633..0c1976a21 100644
--- a/doc/SavedPages.htm
+++ b/doc/SavedPages.htm
@@ -275,7 +275,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Search.htm b/doc/Search.htm
index a3bc3638a..9966a8845 100644
--- a/doc/Search.htm
+++ b/doc/Search.htm
@@ -173,7 +173,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Source.htm b/doc/Source.htm
index 4733ac5a1..2a8c7af70 100644
--- a/doc/Source.htm
+++ b/doc/Source.htm
@@ -414,7 +414,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Unix-lpr.htm b/doc/Unix-lpr.htm
index ca1a7e875..9354fded1 100644
--- a/doc/Unix-lpr.htm
+++ b/doc/Unix-lpr.htm
@@ -265,7 +265,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Use.htm b/doc/Use.htm
index e09b3a4c9..6ee6836f8 100644
--- a/doc/Use.htm
+++ b/doc/Use.htm
@@ -5496,7 +5496,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/VectorDevices.htm b/doc/VectorDevices.htm
index fd9b91629..5e3274872 100644
--- a/doc/VectorDevices.htm
+++ b/doc/VectorDevices.htm
@@ -1516,7 +1516,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/WhatIsGS.htm b/doc/WhatIsGS.htm
index 496adfe7b..e69d37359 100644
--- a/doc/WhatIsGS.htm
+++ b/doc/WhatIsGS.htm
@@ -145,7 +145,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/gs-vms.hlp b/doc/gs-vms.hlp
index 0a37824bc..a9e39c0e5 100644
--- a/doc/gs-vms.hlp
+++ b/doc/gs-vms.hlp
@@ -1,6 +1,6 @@
1 gs
gs - GPL Ghostscript interpreter/previewer
-! Ghostscript version 9.56.0, 29 March 2022
+! Ghostscript version 10.00.0, 17 August 2022
Usage:
$ gs [options] [file ...]
diff --git a/doc/sample_downscale_device.htm b/doc/sample_downscale_device.htm
index d0d5f4d4e..aa77f0eb7 100644
--- a/doc/sample_downscale_device.htm
+++ b/doc/sample_downscale_device.htm
@@ -221,7 +221,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/subclass.htm b/doc/subclass.htm
index 23423a173..698064e4e 100644
--- a/doc/subclass.htm
+++ b/doc/subclass.htm
@@ -708,7 +708,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/thirdparty.htm b/doc/thirdparty.htm
index fe05994ba..a93342608 100644
--- a/doc/thirdparty.htm
+++ b/doc/thirdparty.htm
@@ -199,7 +199,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 29 March 2022
+<small>Ghostscript version 10.00.0, 17 August 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/man/dvipdf.1 b/man/dvipdf.1
index a1ff49c95..28fdc5029 100644
--- a/man/dvipdf.1
+++ b/man/dvipdf.1
@@ -1,4 +1,4 @@
-.TH DVIPDF 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH DVIPDF 1 "17 August 2022" 10.00.0 Ghostscript \" -*- nroff -*-
.SH NAME
dvipdf \- Convert TeX DVI file to PDF using ghostscript and dvips
.SH SYNOPSIS
@@ -21,7 +21,7 @@ and any options from the command-line.
.SH SEE ALSO
gs(1), dvips(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/gs.1 b/man/gs.1
index 76116447b..fc0bf1499 100644
--- a/man/gs.1
+++ b/man/gs.1
@@ -1,4 +1,4 @@
-.TH GS 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH GS 1 "17 August 2022" 10.00.0 Ghostscript \" -*- nroff -*-
.SH NAME
gs \- Ghostscript (PostScript and PDF language interpreter and previewer)
.SH SYNOPSIS
@@ -423,7 +423,7 @@ The various Ghostscript document files (above), especially \fBUse.htm\fR.
See http://bugs.ghostscript.com/ and the Usenet news group
comp.lang.postscript.
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the primary maintainers
of Ghostscript.
diff --git a/man/gslp.1 b/man/gslp.1
index f36fc02a8..d271d0805 100644
--- a/man/gslp.1
+++ b/man/gslp.1
@@ -1,4 +1,4 @@
-.TH GSLP 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH GSLP 1 "17 August 2022" 10.00.0 Ghostscript \" -*- nroff -*-
.SH NAME
gslp \- Format and print text using ghostscript
.br
@@ -92,7 +92,7 @@ Also, the string %# in a heading or footing is replaced with the page #.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/gsnd.1 b/man/gsnd.1
index 0f438e6ab..3c57d5278 100644
--- a/man/gsnd.1
+++ b/man/gsnd.1
@@ -1,4 +1,4 @@
-.TH GSND 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH GSND 1 "17 August 2022" 10.00.0 Ghostscript \" -*- nroff -*-
.SH NAME
gsnd \- Run ghostscript (PostScript and PDF engine) without display
.SH SYNOPSIS
@@ -12,7 +12,7 @@ flag, followed by any other arguments from the command-line.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/pdf2dsc.1 b/man/pdf2dsc.1
index 90425ecdc..a6158d658 100644
--- a/man/pdf2dsc.1
+++ b/man/pdf2dsc.1
@@ -1,4 +1,4 @@
-.TH PDF2DSC 1 "29 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2DSC 1 "17 August 2022" 10.00.0 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdf2dsc \- generate a PostScript page list of a PDF document
.SH SYNOPSIS
@@ -28,6 +28,6 @@ Ghostscript since release 3.53.
.SH SEE ALSO
gs(1), ghostview(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Yves Arrouye <yves.arrouye@usa.net> and Russell Lang gsview at ghostgum.com.au
diff --git a/man/pdf2ps.1 b/man/pdf2ps.1
index 3875ed944..46428b4d8 100644
--- a/man/pdf2ps.1
+++ b/man/pdf2ps.1
@@ -1,4 +1,4 @@
-.TH PDF2PS 1 "29 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2PS 1 "17 August 2022" 10.00.0 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdf2ps \- Ghostscript PDF to PostScript translator
.SH SYNOPSIS
@@ -14,7 +14,7 @@ LanguageLevel 3 in the output.
Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your
system, from which you can get more details.
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/pf2afm.1 b/man/pf2afm.1
index 942051c66..45280fc74 100644
--- a/man/pf2afm.1
+++ b/man/pf2afm.1
@@ -1,4 +1,4 @@
-.TH PF2AFM 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PF2AFM 1 "17 August 2022" 10.00.0 Ghostscript \" -*- nroff -*-
.SH NAME
pf2afm \- Make an AFM file from Postscript (PFB/PFA/PFM) font files using ghostscript
.SH SYNOPSIS
@@ -15,7 +15,7 @@ gs(1)
.br
pf2afm.ps in the Ghostscript lib directory.
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/pfbtopfa.1 b/man/pfbtopfa.1
index 64f0d9b6b..579a2ba65 100644
--- a/man/pfbtopfa.1
+++ b/man/pfbtopfa.1
@@ -1,4 +1,4 @@
-.TH PFBTOPFA 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PFBTOPFA 1 "17 August 2022" 10.00.0 Ghostscript \" -*- nroff -*-
.SH NAME
pfbtopfa \- Convert Postscript .pfb fonts to .pfa format using ghostscript
.SH SYNOPSIS
@@ -10,7 +10,7 @@ to convert a .pfb file into a .pfa file.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/printafm.1 b/man/printafm.1
index ce3433bec..f97b07fd7 100644
--- a/man/printafm.1
+++ b/man/printafm.1
@@ -1,4 +1,4 @@
-.TH PRINTAFM 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PRINTAFM 1 "17 August 2022" 10.00.0 Ghostscript \" -*- nroff -*-
.SH NAME
printafm \- Print the metrics from a Postscript font in AFM format using ghostscript
.SH SYNOPSIS
@@ -11,7 +11,7 @@ Output goes to stdout.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/ps2ascii.1 b/man/ps2ascii.1
index fe5ed7e63..3728122b4 100644
--- a/man/ps2ascii.1
+++ b/man/ps2ascii.1
@@ -1,4 +1,4 @@
-.TH PS2ASCII 1 "29 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2ASCII 1 "17 August 2022" 10.00.0 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ascii \- Ghostscript translator from PostScript or PDF to ASCII
.SH SYNOPSIS
@@ -22,7 +22,7 @@ system, from which you can get more details.
.SH SEE ALSO
pstotext(1), http://www.research.digital.com/SRC/virtualpaper/pstotext.html
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/ps2epsi.1 b/man/ps2epsi.1
index 0b369f06e..04f92a84d 100644
--- a/man/ps2epsi.1
+++ b/man/ps2epsi.1
@@ -1,4 +1,4 @@
-.TH PS2EPSI 1 "29 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2EPSI 1 "17 August 2022" 10.00.0 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2epsi \- generate conforming Encapsulated PostScript
.SH SYNOPSIS
@@ -59,7 +59,7 @@ ps2epsi.ps>the Ghostscript program which does the work
.SH SEE ALSO
gs (1)
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
However, the content may be obsolete, or inconsistent with ps2epsi.txt.
.SH AUTHOR
George Cameron
diff --git a/man/ps2pdf.1 b/man/ps2pdf.1
index afe43e1a9..e2819fb8d 100644
--- a/man/ps2pdf.1
+++ b/man/ps2pdf.1
@@ -1,4 +1,4 @@
-.TH PS2PDF 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PS2PDF 1 "17 August 2022" 10.00.0 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdf \- Convert PostScript to PDF using ghostscript
.br
@@ -89,7 +89,7 @@ VectorDevices.htm in the Ghostscript documentation
See http://bugs.ghostscript.com/ and the Usenet news group
comp.lang.postscript.
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/ps2pdfwr.1 b/man/ps2pdfwr.1
index 0798717bb..53a1b942f 100644
--- a/man/ps2pdfwr.1
+++ b/man/ps2pdfwr.1
@@ -1,4 +1,4 @@
-.TH PS2PDFWR 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PS2PDFWR 1 "17 August 2022" 10.00.0 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdfwr \- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript
.SH SYNOPSIS
@@ -24,7 +24,7 @@ scripts all invoke this one with the addition of the respective compatibility le
.SH SEE ALSO
gs(1), ps2pdf(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/ps2ps.1 b/man/ps2ps.1
index b46368725..dfda59f8c 100644
--- a/man/ps2ps.1
+++ b/man/ps2ps.1
@@ -1,4 +1,4 @@
-.TH PS2PS 1 "29 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2PS 1 "17 August 2022" 10.00.0 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ps, eps2eps \- Ghostscript PostScript "distiller"
.SH SYNOPSIS
@@ -22,7 +22,7 @@ system, from which you can get more details.
.SH SEE ALSO
ps2pdf(1), ps2ascii(1), ps2epsi(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.56.0.
+This document was last revised for Ghostscript version 10.00.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.