exchange

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

commit 36f8a0970f07fd646292e882e3cb7707d58dec4f
parent bd8fd9dae4542d99360e12d15b39d3b420323bc9
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 29 Nov 2023 09:07:57 +0900

bump version

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Wed Nov 29 09:06:49 AM JST 2023 + Creating bugfix release for taler-exchange 0.9.3a. -CG + Sat Nov 5 11:32:45 AM CET 2022 Added support for P2P payments. Added support for explicit reserve lifetime control. diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.9.3],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.9.3a],[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-2) unstable; urgency=low + + * This packages the v0.9.3a bugfix release. + + -- Christian Grothoff <grothoff@gnu.org> Wed, 29 Nov 2023 03:50:12 +0200 + taler-exchange (0.9.3-1) unstable; urgency=low * Actual v0.9.3 release.