Commit 1ecdbc1e55a7970f4822e32883405b6bbaeb8495
1 parent
9c723aeb
Bump version to 11.9.0
Showing
4 changed files
with
7 additions
and
7 deletions
CMakeLists.txt
| ... | ... | @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16) |
| 7 | 7 | # also find the version number here. generate_auto_job also reads the |
| 8 | 8 | # version from here. |
| 9 | 9 | project(qpdf |
| 10 | - VERSION 11.8.0 | |
| 10 | + VERSION 11.9.0 | |
| 11 | 11 | LANGUAGES C CXX) |
| 12 | 12 | |
| 13 | 13 | # Enable correct rpath handling for MacOSX | ... | ... |
include/qpdf/DLL.h
| ... | ... | @@ -25,13 +25,13 @@ |
| 25 | 25 | |
| 26 | 26 | /* The first version of qpdf to include the version constants is 10.6.0. */ |
| 27 | 27 | #define QPDF_MAJOR_VERSION 11 |
| 28 | -#define QPDF_MINOR_VERSION 8 | |
| 28 | +#define QPDF_MINOR_VERSION 9 | |
| 29 | 29 | #define QPDF_PATCH_VERSION 0 |
| 30 | 30 | |
| 31 | 31 | #ifdef QPDF_FUTURE |
| 32 | -# define QPDF_VERSION "11.8.0+future" | |
| 32 | +# define QPDF_VERSION "11.9.0+future" | |
| 33 | 33 | #else |
| 34 | -# define QPDF_VERSION "11.8.0" | |
| 34 | +# define QPDF_VERSION "11.9.0" | |
| 35 | 35 | #endif |
| 36 | 36 | |
| 37 | 37 | /* | ... | ... |
job.sums
| 1 | 1 | # Generated by generate_auto_job |
| 2 | -CMakeLists.txt 464730c7d24a7667d3c3ef0758512760f29542084e936de738efa1660589edfe | |
| 2 | +CMakeLists.txt f53d67f8c6ace1a2fb63dd9a963ead6b5cd698556f9d0adef2c10744a565b54f | |
| 3 | 3 | generate_auto_job f64733b79dcee5a0e3e8ccc6976448e8ddf0e8b6529987a66a7d3ab2ebc10a86 |
| 4 | 4 | include/qpdf/auto_job_c_att.hh 4c2b171ea00531db54720bf49a43f8b34481586ae7fb6cbf225099ee42bc5bb4 |
| 5 | 5 | include/qpdf/auto_job_c_copy_att.hh 50609012bff14fd82f0649185940d617d05d530cdc522185c7f3920a561ccb42 |
| ... | ... | @@ -16,5 +16,5 @@ libqpdf/qpdf/auto_job_json_init.hh 436567565691252d62a1852564729925ef996e78eba9e |
| 16 | 16 | libqpdf/qpdf/auto_job_schema.hh 30dcb22bfa76d731dfa2cc2a226d7deaa25145f964b19ab44161356c909e4dc1 |
| 17 | 17 | manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580 |
| 18 | 18 | manual/cli.rst 0e6a957defa4839abb9a69414de6a5ec5524fd6ff56fe9abf8f241bee54813e2 |
| 19 | -manual/qpdf.1 9833f7d93f66889413545ebac9b762cfd522bd632e5df3ad0b415daa55eac3a0 | |
| 19 | +manual/qpdf.1 7250b4e26033fca6b6b9cb23a51e1f46c26f8033663901d4af06b451e287e814 | |
| 20 | 20 | manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b | ... | ... |
manual/qpdf.1
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | .\" Edits will be automatically overwritten if the build is |
| 4 | 4 | .\" run in maintainer mode. |
| 5 | 5 | .\" |
| 6 | -.TH QPDF "1" "" "qpdf version 11.8.0" "User Commands" | |
| 6 | +.TH QPDF "1" "" "qpdf version 11.9.0" "User Commands" | |
| 7 | 7 | .SH NAME |
| 8 | 8 | qpdf \- PDF transformation software |
| 9 | 9 | .SH SYNOPSIS | ... | ... |