aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-07-01 01:02:10 +0200
committerGitHub <noreply@github.com>2023-07-01 01:02:10 +0200
commitc630c9e4d6a6bf374056cee0ced6d47299905bf2 (patch)
treecdd7c674cf76effce139aac1dbded28af75aa748 /CMakeLists.txt
parent2ff7ac8a587a8849914ce0e11eb664d6ec1fc347 (diff)
parentd1834d43174f22153ff6f9a88cab0b8d489a85e0 (diff)
downloadqpdf-c630c9e4d6a6bf374056cee0ced6d47299905bf2.tar.zst
Merge pull request #1000 from m-holger/bump
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