aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-16 16:05:48 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-16 16:06:34 +0100
commit924ebf9f6abb1b682bfde18f537c6f336fc72c82 (patch)
treef83f735df64c7d8b91ae3d461c5d5c9c3a33aa5b /CMakeLists.txt
parentfdf8d4a67d81916adbaea53fa3a9739a6ac2b683 (diff)
downloadqpdf-924ebf9f6abb1b682bfde18f537c6f336fc72c82.tar.zst
Bump version to 11.7.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 5a8d873a..31ee01ef 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.6.4
+ VERSION 11.7.0
LANGUAGES C CXX)
# Enable correct rpath handling for MacOSX