summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-07 22:58:07 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-07 22:58:07 +0100
commitc24599ff411d65107feb45eb6c86445f838b4a50 (patch)
tree2fdfb94d84560a5136106bc14fdd62c7e6a77bcc
parentc4580ba0f993bdf3e4a7b0d74df45e9599f91c22 (diff)
downloadmerchant-0.9.4b.tar.gz
merchant-0.9.4b.tar.bz2
merchant-0.9.4b.zip
version bumpv0.9.4b
-rw-r--r--configure.ac2
m---------contrib/wallet-core0
-rw-r--r--debian/changelog6
3 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0bd5bf58..84236997 100644
--- 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/contrib/wallet-core b/contrib/wallet-core
-Subproject 1c4deb6503181391bb3c76fb469f1efbc60023e
+Subproject 35212ac57bfe5625fcf574b0fd2d9baf395dc4c
diff --git a/debian/changelog b/debian/changelog
index c70d8746..e2ab2dd2 100644
--- 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.