commit 50cc475dfaafc3b96a0b1238dd7b55b25592eb19
parent 38addf1da733b509d7e2f600de6affdd7bc7d944
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 13 Dec 2024 23:20:24 +0100
-version bump
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.0],[taler-bug@gnunet.org])
+AC_INIT([taler-merchant],[0.14.1],[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.1) unstable; urgency=low
+
+ * Release version 0.14.1
+
+ -- Christian Grothoff <grothoff@taler.net> Fri, 13 Dec 2024 16:35:43 +0200
+
taler-merchant (0.14.0-1) unstable; urgency=low
* Fix installation of taler-merchant-reconciliation and taler-merchant-exchangekeyupdate service files.
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.0
+PROJECT_NUMBER = 0.14.1
PROJECT_LOGO = logo.svg
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = YES