-substitute 0 by %VERSION% as well
This commit is contained in:
parent
5efea4db73
commit
d8bbbb885a
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user