gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -substitute 0 by %VERSION% as we


From: gnunet
Subject: [taler-exchange] branch master updated: -substitute 0 by %VERSION% as well
Date: Sun, 13 Nov 2022 11:16:19 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d8bbbb88 -substitute 0 by %VERSION% as well
d8bbbb88 is described below

commit d8bbbb885af2d53a5c71807faef1abd5573ab37e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 13 11:16:16 2022 +0100

    -substitute 0 by %VERSION% as well
---
 .gitignore             | 1 +
 contrib/tos/conf.py.in | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8c63d03d..a029ccda 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 0a8d74db..9f622d4e 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.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]