summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-09-02 21:23:41 +0200
committerJay Berkenbilt <ejb@ql.org>2023-09-02 23:28:23 +0200
commit1db8a8b26f9daee323e57e3b28f61fdf39be3ae1 (patch)
tree39aa1bcf446a8de941d8e90c3b7eea28f41d670f /CMakeLists.txt
parentfb704143cd7ebe8dc13885f41cc3ad168c45eb4c (diff)
downloadqpdf-1db8a8b26f9daee323e57e3b28f61fdf39be3ae1.tar.zst
Bump version to 11.6
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 2d80c707..c694fe04 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.5.0
+ VERSION 11.6.0
LANGUAGES C CXX)
# Enable correct rpath handling for MacOSX