From 1b450c653aee767da7826d5ffee1a4c5e2695d34 Mon Sep 17 00:00:00 2001 From: m-holger Date: Wed, 26 Mar 2025 19:51:40 +0000 Subject: [PATCH] Bump version to 12.1.0 --- CMakeLists.txt | 2 +- include/qpdf/DLL.h | 8 ++++---- job.sums | 4 ++-- manual/qpdf.1 | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ee99d1..0a0013a 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.1 + VERSION 12.1.0 LANGUAGES C CXX) # Enable correct rpath handling for MacOSX diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h index 4691776..eac4abf 100644 --- a/include/qpdf/DLL.h +++ b/include/qpdf/DLL.h @@ -26,13 +26,13 @@ /* 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 1 +#define QPDF_MINOR_VERSION 1 +#define QPDF_PATCH_VERSION 0 #ifdef QPDF_FUTURE -# define QPDF_VERSION "12.0.1+future" +# define QPDF_VERSION "12.1.0+future" #else -# define QPDF_VERSION "12.0.1" +# define QPDF_VERSION "12.1.0" #endif /* diff --git a/job.sums b/job.sums index 4093a2d..0fd8697 100644 --- a/job.sums +++ b/job.sums @@ -1,5 +1,5 @@ # Generated by generate_auto_job -CMakeLists.txt 7779469688d17b58dfe69f2af4e5627eb20defd72a95ca71f2ecee68f1ec6d97 +CMakeLists.txt ae77ce17fea937e1c143052d329b5b625a07b84341cdfcfd715d1b2646b85b24 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 b883f3768c8367327ea1f17e8ca503178be62a9cede31 libqpdf/qpdf/auto_job_schema.hh 6d28db327dd19e0a7da375c681ecea7965513fa4b5d2349a80089b057f8c02d8 manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580 manual/cli.rst 1094662a10db21528fd151739a9779a4504ebac75b483a11a53d42ab0430ee42 -manual/qpdf.1 eb45321c598f23f0724cb963a17aef972ef5b817dc44cf787882a4621c6e1c8e +manual/qpdf.1 c7d03b8b544b0c3b2a74149d746596d4564aefff50a53980e435aa5c841f7bed manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b diff --git a/manual/qpdf.1 b/manual/qpdf.1 index c2672b4..5f33a49 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.1" "User Commands" +.TH QPDF "1" "" "qpdf version 12.1.0" "User Commands" .SH NAME qpdf \- PDF transformation software .SH SYNOPSIS -- libgit2 0.21.4