taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 96450beeae8c2f6495ad300ea75e947b2a1e8e27
parent c76fe10c87a4aaca0d986ffae70c73a04f555119
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  4 Feb 2026 21:28:17 +0100

bump version to v1.4.0

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 6++++++
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([taler-mdb],[1.3.0],[taler@gnu.org]) +AC_INIT([taler-mdb],[1.4.0],[taler@gnu.org]) AC_CONFIG_SRCDIR([src/taler-mdb.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (1.4.0) unstable; urgency=low + + * Release 1.4.0. + + -- Christian Grothoff <christian@grothoff.org> Wed, 04 Feb 2026 21:28:11 +0100 + taler-merchant (1.3.0) unstable; urgency=low * Release 1.3.0.