aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--include/qpdf/DLL.h6
-rw-r--r--job.sums4
-rw-r--r--manual/qpdf.12
4 files changed, 7 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 928401b4..89a28302 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16)
# also find the version number here. generate_auto_job also reads the
# version from here.
project(qpdf
- VERSION 11.8.0
+ VERSION 11.9.0
LANGUAGES C CXX)
# Enable correct rpath handling for MacOSX
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index 61d1f4c8..3264ae27 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -25,13 +25,13 @@
/* The first version of qpdf to include the version constants is 10.6.0. */
#define QPDF_MAJOR_VERSION 11
-#define QPDF_MINOR_VERSION 8
+#define QPDF_MINOR_VERSION 9
#define QPDF_PATCH_VERSION 0
#ifdef QPDF_FUTURE
-# define QPDF_VERSION "11.8.0+future"
+# define QPDF_VERSION "11.9.0+future"
#else
-# define QPDF_VERSION "11.8.0"
+# define QPDF_VERSION "11.9.0"
#endif
/*
diff --git a/job.sums b/job.sums
index 900bb801..ca1941a8 100644
--- a/job.sums
+++ b/job.sums
@@ -1,5 +1,5 @@
# Generated by generate_auto_job
-CMakeLists.txt 464730c7d24a7667d3c3ef0758512760f29542084e936de738efa1660589edfe
+CMakeLists.txt f53d67f8c6ace1a2fb63dd9a963ead6b5cd698556f9d0adef2c10744a565b54f
generate_auto_job f64733b79dcee5a0e3e8ccc6976448e8ddf0e8b6529987a66a7d3ab2ebc10a86
include/qpdf/auto_job_c_att.hh 4c2b171ea00531db54720bf49a43f8b34481586ae7fb6cbf225099ee42bc5bb4
include/qpdf/auto_job_c_copy_att.hh 50609012bff14fd82f0649185940d617d05d530cdc522185c7f3920a561ccb42
@@ -16,5 +16,5 @@ libqpdf/qpdf/auto_job_json_init.hh 436567565691252d62a1852564729925ef996e78eba9e
libqpdf/qpdf/auto_job_schema.hh 30dcb22bfa76d731dfa2cc2a226d7deaa25145f964b19ab44161356c909e4dc1
manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580
manual/cli.rst 0e6a957defa4839abb9a69414de6a5ec5524fd6ff56fe9abf8f241bee54813e2
-manual/qpdf.1 9833f7d93f66889413545ebac9b762cfd522bd632e5df3ad0b415daa55eac3a0
+manual/qpdf.1 7250b4e26033fca6b6b9cb23a51e1f46c26f8033663901d4af06b451e287e814
manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b
diff --git a/manual/qpdf.1 b/manual/qpdf.1
index edad42b3..4832d97b 100644
--- a/manual/qpdf.1
+++ b/manual/qpdf.1
@@ -3,7 +3,7 @@
.\" Edits will be automatically overwritten if the build is
.\" run in maintainer mode.
.\"
-.TH QPDF "1" "" "qpdf version 11.8.0" "User Commands"
+.TH QPDF "1" "" "qpdf version 11.9.0" "User Commands"
.SH NAME
qpdf \- PDF transformation software
.SH SYNOPSIS