exchange

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

commit 7b954c1e267e259c832cd9a21a91a1fb54bd193e
parent 74afcfd7b2c81ce66113cbcd76acb3af18eeb3d0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Aug 2021 15:43:32 +0200

-bump version in configure.ac

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