-substitute 0 by %VERSION% as well

This commit is contained in:
Christian Grothoff 2022-11-13 11:16:16 +01:00
parent 5efea4db73
commit d8bbbb885a
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -167,3 +167,4 @@ src/kyclogic/taler-exchange-kyc-tester
src/auditor/exchange-httpd-drain.err src/auditor/exchange-httpd-drain.err
src/templating/libmustach.a src/templating/libmustach.a
contrib/tos/conf.py contrib/tos/conf.py
contrib/pp/conf.py

View File

@ -80,9 +80,9 @@ copyright = u'2014-2022 Taler Systems SA (GPLv3+ or GFDL 1.3+)'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0' version = '%VERSION%'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0' release = '%VERSION%'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.