commit b593f5146ec1d221697b35de34f67348def83352
parent a1e99dd5e0c02018af79349f010fa47db2a68301
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 1 May 2025 20:31:03 +0200
bump version
Diffstat:
3 files changed, 8 insertions(+), 2 deletions(-)
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.14.12],[taler-bug@gnunet.org])
+AC_INIT([taler-merchant],[0.14.13],[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.14.13) unstable; urgency=low
+
+ * Update to latest SPA
+
+ -- Christian Grothoff <grothoff@gnu.org> Thu, 01 May 2025 20:31:25 +0200
+
taler-merchant (0.14.12) unstable; urgency=low
* Disable long polling in test mode.
diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "GNU Taler: Merchant"
-PROJECT_NUMBER = 0.14.12
+PROJECT_NUMBER = 0.14.13
PROJECT_LOGO = logo.svg
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = YES