aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-16 17:00:37 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-16 17:38:00 +0100
commit273eaf4682ba11c1c1fcfdcda31d0c95211599a2 (patch)
tree78ccea3f95c600f803c4151354d140f6f7823cc9 /CMakeLists.txt
parent17c5b950c882221982e89e06de5689e02e2f6fb4 (diff)
downloadqpdf-273eaf4682ba11c1c1fcfdcda31d0c95211599a2.tar.zst
Remove hard-coded version from manual/conf.py
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb9d4b28..aafca4f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,8 @@ cmake_minimum_required(VERSION 3.16)
# make_dist expects the version line to be on a line by itself after
# the project line. When updating the version, check make_dist for all
-# the places it has to be updated.
+# the places it has to be updated. The doc configuration and CI build
+# also find the version number here.
project(qpdf
VERSION 11.7.0
LANGUAGES C CXX)