exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit c6d50abecc6d3dffd6f4314cc84c6a19c792b3f1
parent 8f5dc402173e5a68feab07b1116addddf20969e9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 21 Feb 2023 14:56:59 +0100

configure.ac version bump

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.9.1],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.9.2],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h])