aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-12 19:16:56 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-12 19:19:07 +0200
commit62833ac74ff66347a667fe625b4b98ebb3136b8c (patch)
tree9f969a07424588c870bedf97b7b04c1968561e4d /CMakeLists.txt
parentd780954bb31dbf98af2ed61a00e22cf7680dd42c (diff)
downloadqpdf-62833ac74ff66347a667fe625b4b98ebb3136b8c.tar.zst
Bump version to 11.1.0
Some new symbols were exported.
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 cafcf4d2..1c4a023f 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.0.1
+ VERSION 11.1.0
LANGUAGES C CXX)
# Enable correct rpath handling for MacOSX