aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-10-06 13:02:43 +0200
committerJay Berkenbilt <ejb@ql.org>2022-10-06 13:02:43 +0200
commitd14765f1c3032af24207e7e3b1a34987d17ef73a (patch)
treee7f839a80c8b7797e92848ad534639666a94c8c8 /manual
parent6826330adc9dfe3f8ac6c0d911991d4591653151 (diff)
downloadqpdf-d14765f1c3032af24207e7e3b1a34987d17ef73a.tar.zst
Bump version to 11.2.0
Diffstat (limited to 'manual')
-rw-r--r--manual/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/conf.py b/manual/conf.py
index e6ed1981..a1fc9298 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 = '11.1.1'
+release = '11.2.0'
version = release
extensions = [
'sphinx_rtd_theme',