exchange

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

commit 81d86cb487b71dcccec4b5430445a1c53a932ab3
parent 6cbab99697f9fd06fe4ed97edaf07414dad4f0db
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu, 30 Nov 2023 20:45:39 +0900

bump version

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.9.3a],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.9.3b],[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.9.3-3) unstable; urgency=low + + * This packages the v0.9.3b bugfix release. + + -- Christian Grothoff <grothoff@gnu.org> Wed, 29 Nov 2023 03:50:12 +0200 + taler-exchange (0.9.3-2) unstable; urgency=low * This packages the v0.9.3a bugfix release.