aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-03-05 12:28:30 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-03-05 15:01:49 +0100
commit284b8efbc6416d0a8dd1931385f68da1eaf271a2 (patch)
treef43558b86cd59232546390f2dfcc6d15768b2bb8 /CMakeLists.txt
parent57dcf6d99dc4b464b0c6004f05cd2fe2d129f655 (diff)
downloadqpdf-284b8efbc6416d0a8dd1931385f68da1eaf271a2.tar.zst
Bump version to 11.3.1
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 f88b0ded..655ae174 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.3.0
+ VERSION 11.3.1
LANGUAGES C CXX)
# Enable correct rpath handling for MacOSX