commit c24599ff411d65107feb45eb6c86445f838b4a50
parent c4580ba0f993bdf3e4a7b0d74df45e9599f91c22
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 7 Mar 2024 22:58:07 +0100
version bump
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -18,7 +18,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([taler-merchant],[0.9.4a],[taler-bug@gnunet.org])
+AC_INIT([taler-merchant],[0.9.4b],[taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
AC_CONFIG_HEADERS([taler_merchant_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+taler-merchant (0.9.4-3) unstable; urgency=low
+
+ * v0.9.4b bugfix release (mostly updates SPA).
+
+ -- Christian Grothoff <grothoff@gnu.org> Thu, 7 Mar 2024 21:50:12 +0200
+
taler-merchant (0.9.4-2) unstable; urgency=low
* v0.9.4a bugfix release.