aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent6826330adc9dfe3f8ac6c0d911991d4591653151 (diff)
downloadqpdf-d14765f1c3032af24207e7e3b1a34987d17ef73a.tar.zst
Bump version to 11.2.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 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