aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--contrib/tos/conf.py.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8c63d03da..a029ccda5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -167,3 +167,4 @@ src/kyclogic/taler-exchange-kyc-tester
src/auditor/exchange-httpd-drain.err
src/templating/libmustach.a
contrib/tos/conf.py
+contrib/pp/conf.py
diff --git a/contrib/tos/conf.py.in b/contrib/tos/conf.py.in
index 0a8d74dbe..9f622d4e9 100644
--- a/contrib/tos/conf.py.in
+++ b/contrib/tos/conf.py.in
@@ -80,9 +80,9 @@ copyright = u'2014-2022 Taler Systems SA (GPLv3+ or GFDL 1.3+)'
# built documents.
#
# The short X.Y version.
-version = '0'
+version = '%VERSION%'
# The full version, including alpha/beta/rc tags.
-release = '0'
+release = '%VERSION%'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.