Commit 2f4c1d38a43b48104d699fc076a9a8079b5c62ea
1 parent
a4b87050
Bump version to 12.0.1
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 12.0.0 | |
| 10 | + VERSION 12.0.1 | |
| 11 | 11 | LANGUAGES C CXX) |
| 12 | 12 | |
| 13 | 13 | # Enable correct rpath handling for MacOSX | ... | ... |
include/qpdf/DLL.h
| ... | ... | @@ -27,12 +27,12 @@ |
| 27 | 27 | /* The first version of qpdf to include the version constants is 10.6.0. */ |
| 28 | 28 | #define QPDF_MAJOR_VERSION 12 |
| 29 | 29 | #define QPDF_MINOR_VERSION 0 |
| 30 | -#define QPDF_PATCH_VERSION 0 | |
| 30 | +#define QPDF_PATCH_VERSION 1 | |
| 31 | 31 | |
| 32 | 32 | #ifdef QPDF_FUTURE |
| 33 | -# define QPDF_VERSION "12.0.0+future" | |
| 33 | +# define QPDF_VERSION "12.0.1+future" | |
| 34 | 34 | #else |
| 35 | -# define QPDF_VERSION "12.0.0" | |
| 35 | +# define QPDF_VERSION "12.0.1" | |
| 36 | 36 | #endif |
| 37 | 37 | |
| 38 | 38 | /* | ... | ... |
job.sums
| 1 | 1 | # Generated by generate_auto_job |
| 2 | -CMakeLists.txt 88e8974a8b14e10c941a4bb04ff078c3d3063b98af3ea056e02b1dcdff783d22 | |
| 2 | +CMakeLists.txt 7779469688d17b58dfe69f2af4e5627eb20defd72a95ca71f2ecee68f1ec6d97 | |
| 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 344c2fb473f88fe829c93b1efe6c70a0e4796537b8eb3 |
| 16 | 16 | libqpdf/qpdf/auto_job_schema.hh 6d3eef5137b8828eaa301a1b3cf75cb7bb812aa6e2d8301de865b42d238d7a7c |
| 17 | 17 | manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580 |
| 18 | 18 | manual/cli.rst 67357688f9a52fafa9a4f231fe4ce74c3cd8977130da7501efe54439a1ee22d4 |
| 19 | -manual/qpdf.1 78bad33f9b3f246f1800bce365f7be06d3545d89f08b8923dd8489031b5af43e | |
| 19 | +manual/qpdf.1 dbcc567623f1fa080743ae9bc32b6264a3b6bd3074c81c438e52ca328e94ecd7 | |
| 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 12.0.0" "User Commands" | |
| 6 | +.TH QPDF "1" "" "qpdf version 12.0.1" "User Commands" | |
| 7 | 7 | .SH NAME |
| 8 | 8 | qpdf \- PDF transformation software |
| 9 | 9 | .SH SYNOPSIS | ... | ... |