aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-10-06 13:02:43 +0200
committerJay Berkenbilt <ejb@ql.org>2022-10-06 13:02:43 +0200
commitd14765f1c3032af24207e7e3b1a34987d17ef73a (patch)
treee7f839a80c8b7797e92848ad534639666a94c8c8
parent6826330adc9dfe3f8ac6c0d911991d4591653151 (diff)
downloadqpdf-d14765f1c3032af24207e7e3b1a34987d17ef73a.tar.zst
Bump version to 11.2.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--include/qpdf/DLL.h6
-rw-r--r--manual/conf.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bb90b468..e0a4db06 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16)
# the project line. When updating the version, check make_dist for all
# the places it has to be updated.
project(qpdf
- VERSION 11.1.1
+ VERSION 11.2.0
LANGUAGES C CXX)
# Enable correct rpath handling for MacOSX
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index f801dd9a..14cc5bae 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -25,9 +25,9 @@
/* The first version of qpdf to include the version constants is 10.6.0. */
#define QPDF_MAJOR_VERSION 11
-#define QPDF_MINOR_VERSION 1
-#define QPDF_PATCH_VERSION 1
-#define QPDF_VERSION "11.1.1"
+#define QPDF_MINOR_VERSION 2
+#define QPDF_PATCH_VERSION 0
+#define QPDF_VERSION "11.2.0"
/*
* This file defines symbols that control the which functions,
diff --git a/manual/conf.py b/manual/conf.py
index e6ed1981..a1fc9298 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -16,7 +16,7 @@ project = 'QPDF'
copyright = '2005-2022, Jay Berkenbilt'
author = 'Jay Berkenbilt'
# make_dist and the CI build lexically find the release version from this file.
-release = '11.1.1'
+release = '11.2.0'
version = release
extensions = [
'sphinx_rtd_theme',