exchange

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

commit eab8ddd7e778adca2a7a71afd2d15f80fb33fc0a
parent a84b9b2978b9338d82094d923c4abcfa50794a93
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  5 Jun 2024 20:35:40 +0200

-bump

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 6++++++
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.11.0],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.11.2],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +taler-exchange (0.11.2) unstable; urgency=low + + * Bump version. + + -- Christian Grothoff <grothoff@gnu.org> Wed, 5 Jun 2024 21:50:12 +0200 + taler-exchange (0.11.1) unstable; urgency=low * Fixed issues with restarts in service files.