commit 673693e28b5f02dce6b84df04f2595b9ede69576
parent dce5fb81ab77e2a0b8131b7c2f06a18ef47f3a15
Author: Florian Dold <florian@dold.me>
Date: Sat, 14 Feb 2026 20:38:32 +0100
bump version to 1.4.1
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],[1.4.0],[taler-bug@gnunet.org])
+AC_INIT([taler-merchant],[1.4.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 (1.4.1) unstable; urgency=low
+
+ * Release 1.4.1.
+
+ -- Florian Dold <florian@dold.me> Sat, 14 Feb 2026 20:37:54 +0100
+
taler-merchant (1.4.0) unstable; urgency=low
* Release 1.4.0.
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 = 1.4.0
+PROJECT_NUMBER = 1.4.1
PROJECT_LOGO = logo.svg
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = YES