From d8bbbb885af2d53a5c71807faef1abd5573ab37e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 13 Nov 2022 11:16:16 +0100 Subject: -substitute 0 by %VERSION% as well --- contrib/tos/conf.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/tos') 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. -- cgit v1.2.3