exchange

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

commit 7c9aa2d03fa49e5c1cb79ef648935aa31aeef7a5
parent 5e65deac338e531d9ccdd79e8438ed8507b074fa
Author: Florian Dold <florian@dold.me>
Date:   Thu, 23 Jan 2025 20:25:41 +0100

bump version to 0.14.4

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.14.3],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.14.4],[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.14.4) unstable; urgency=low + + * Release version 0.14.4 + + -- Florian Dold <dold@taler.net> Thu, 23 Jan 2025 20:25:28 +0100 + taler-exchange (0.14.3) unstable; urgency=low * Release version 0.14.3