aboutsummaryrefslogtreecommitdiffstats
path: root/manual/conf.py
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-09 20:46:43 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-09 23:33:29 +0200
commitec219100668357e46cc8640386e2332379956b7c (patch)
tree32ffd810680ad1ca90b79503d0d37464cee99985 /manual/conf.py
parent37f7f57dc58786edfcdfd35d41bad71615e0711b (diff)
downloadqpdf-ec219100668357e46cc8640386e2332379956b7c.tar.zst
Bump version to 11.0.0, indicating ABI-breaking changes
Diffstat (limited to 'manual/conf.py')
-rw-r--r--manual/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/conf.py b/manual/conf.py
index 20e950fa..be8e4c64 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -16,7 +16,7 @@ project = 'QPDF'
copyright = '2005-2022, Jay Berkenbilt'
author = 'Jay Berkenbilt'
# make_dist and the CI build lexically find the release version from this file.
-release = '10.6.3'
+release = '11.0.0'
version = release
extensions = [
'sphinx_rtd_theme',