aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-05-22 12:54:12 +0200
committerm-holger <m-holger@kubitscheck.org>2023-06-27 15:50:05 +0200
commitd1834d43174f22153ff6f9a88cab0b8d489a85e0 (patch)
treecdd7c674cf76effce139aac1dbded28af75aa748 /CMakeLists.txt
parent2ff7ac8a587a8849914ce0e11eb664d6ec1fc347 (diff)
downloadqpdf-d1834d43174f22153ff6f9a88cab0b8d489a85e0.tar.zst
Bump version to 11.5.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 ac0c0435..2d80c707 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.4.0
+ VERSION 11.5.0
LANGUAGES C CXX)
# Enable correct rpath handling for MacOSX