aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-03-18 18:27:53 +0100
committerGitHub <noreply@github.com>2023-03-18 18:27:53 +0100
commit16f46703dc405368390023da6968356644a0b3b6 (patch)
tree6328671e93f3da53dca00108183014d113a58f17 /CMakeLists.txt
parentb27be3ed27890ae8226560817f14c117927cee55 (diff)
parent99231c437860d3b07d99ff12e41529492419f6a7 (diff)
downloadqpdf-16f46703dc405368390023da6968356644a0b3b6.tar.zst
Merge pull request #916 from m-holger/job
Split QPDFJob::run into createQPDF and writeQPDF
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 655ae174..d2ec8ffd 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.1
+ VERSION 11.4.0
LANGUAGES C CXX)
# Enable correct rpath handling for MacOSX