Commit 62833ac74ff66347a667fe625b4b98ebb3136b8c

Authored by Jay Berkenbilt
1 parent d780954b

Bump version to 11.1.0

Some new symbols were exported.
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16) @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16)
5 # the project line. When updating the version, check make_dist for all 5 # the project line. When updating the version, check make_dist for all
6 # the places it has to be updated. 6 # the places it has to be updated.
7 project(qpdf 7 project(qpdf
8 - VERSION 11.0.1 8 + VERSION 11.1.0
9 LANGUAGES C CXX) 9 LANGUAGES C CXX)
10 10
11 # Enable correct rpath handling for MacOSX 11 # Enable correct rpath handling for MacOSX
include/qpdf/DLL.h
@@ -25,9 +25,9 @@ @@ -25,9 +25,9 @@
25 25
26 /* The first version of qpdf to include the version constants is 10.6.0. */ 26 /* The first version of qpdf to include the version constants is 10.6.0. */
27 #define QPDF_MAJOR_VERSION 11 27 #define QPDF_MAJOR_VERSION 11
28 -#define QPDF_MINOR_VERSION 0  
29 -#define QPDF_PATCH_VERSION 1  
30 -#define QPDF_VERSION "11.0.1" 28 +#define QPDF_MINOR_VERSION 1
  29 +#define QPDF_PATCH_VERSION 0
  30 +#define QPDF_VERSION "11.1.0"
31 31
32 /* 32 /*
33 * This file defines symbols that control the which functions, 33 * This file defines symbols that control the which functions,
manual/conf.py
@@ -16,7 +16,7 @@ project = 'QPDF' @@ -16,7 +16,7 @@ project = 'QPDF'
16 copyright = '2005-2022, Jay Berkenbilt' 16 copyright = '2005-2022, Jay Berkenbilt'
17 author = 'Jay Berkenbilt' 17 author = 'Jay Berkenbilt'
18 # make_dist and the CI build lexically find the release version from this file. 18 # make_dist and the CI build lexically find the release version from this file.
19 -release = '11.0.1' 19 +release = '11.1.0'
20 version = release 20 version = release
21 extensions = [ 21 extensions = [
22 'sphinx_rtd_theme', 22 'sphinx_rtd_theme',
manual/release-notes.rst
@@ -8,7 +8,7 @@ For a detailed list of changes, please see the file @@ -8,7 +8,7 @@ For a detailed list of changes, please see the file
8 8
9 .. x.y.z: not yet released 9 .. x.y.z: not yet released
10 10
11 -11.0.1: not yet released 11 +11.1.0: not yet released
12 - Build fixes 12 - Build fixes
13 13
14 - Remove ``LL_FMT`` tests, which were broken for cross 14 - Remove ``LL_FMT`` tests, which were broken for cross