aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
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 9d4eb5ec..241c7fc8 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -13,7 +13,7 @@ import sys
sys.path.append(os.path.abspath("./_ext"))
project = 'QPDF'
-copyright = '2005-2023, Jay Berkenbilt'
+copyright = '2005-2024, Jay Berkenbilt'
author = 'Jay Berkenbilt'
here = os.path.dirname(os.path.realpath(__file__))
with open(f'{here}/../CMakeLists.txt') as f: