exchange

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

commit 8d633dae4bb7a2f1e3502e49577666721de7570a
parent 8a461fa2d57ba5d0eceed61541872b0cda6eeb5e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  9 Apr 2024 12:14:00 +0200

-bump configure version

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.10.0],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.10.1],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h])