diff --git a/CMakeLists.txt b/CMakeLists.txt index afca825..5ee99d1 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 12.0.0 + VERSION 12.0.1 LANGUAGES C CXX) # Enable correct rpath handling for MacOSX diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h index d575784..4691776 100644 --- a/include/qpdf/DLL.h +++ b/include/qpdf/DLL.h @@ -27,12 +27,12 @@ /* The first version of qpdf to include the version constants is 10.6.0. */ #define QPDF_MAJOR_VERSION 12 #define QPDF_MINOR_VERSION 0 -#define QPDF_PATCH_VERSION 0 +#define QPDF_PATCH_VERSION 1 #ifdef QPDF_FUTURE -# define QPDF_VERSION "12.0.0+future" +# define QPDF_VERSION "12.0.1+future" #else -# define QPDF_VERSION "12.0.0" +# define QPDF_VERSION "12.0.1" #endif /* diff --git a/job.sums b/job.sums index 10e39f1..6121c93 100644 --- a/job.sums +++ b/job.sums @@ -1,5 +1,5 @@ # Generated by generate_auto_job -CMakeLists.txt 88e8974a8b14e10c941a4bb04ff078c3d3063b98af3ea056e02b1dcdff783d22 +CMakeLists.txt 7779469688d17b58dfe69f2af4e5627eb20defd72a95ca71f2ecee68f1ec6d97 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 344c2fb473f88fe829c93b1efe6c70a0e4796537b8eb3 libqpdf/qpdf/auto_job_schema.hh 6d3eef5137b8828eaa301a1b3cf75cb7bb812aa6e2d8301de865b42d238d7a7c manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580 manual/cli.rst 67357688f9a52fafa9a4f231fe4ce74c3cd8977130da7501efe54439a1ee22d4 -manual/qpdf.1 78bad33f9b3f246f1800bce365f7be06d3545d89f08b8923dd8489031b5af43e +manual/qpdf.1 dbcc567623f1fa080743ae9bc32b6264a3b6bd3074c81c438e52ca328e94ecd7 manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b diff --git a/manual/qpdf.1 b/manual/qpdf.1 index 38e30a8..03f4e10 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 12.0.0" "User Commands" +.TH QPDF "1" "" "qpdf version 12.0.1" "User Commands" .SH NAME qpdf \- PDF transformation software .SH SYNOPSIS