taler-mdb

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

commit c6c5a754efe7d35b027b52029b1eb7f05ad7c32c
parent 341ed690d57018f6c2679eaef1ce0d79d023771a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 21 Mar 2026 18:27:28 +0100

bump to v1.5.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.4.0],[taler@gnu.org]) +AC_INIT([taler-mdb],[1.5.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.5.0) unstable; urgency=low + + * Release 1.5.0. + + -- Christian Grothoff <christian@grothoff.org> Sat, 21 Mar 2026 18:19:46 +0100 + taler-merchant (1.4.0) unstable; urgency=low * Release 1.4.0.