merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 4e9b06c237beb9f99d805060e5dfcb2a5da2a1ef
parent 6be0a920e35cea0dbbaf35fbc650321a3a87f6c1
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date:   Wed, 23 Apr 2025 19:16:18 +0200

Merge remote-tracking branch 'refs/remotes/origin/dev/bohdan-potuzhnyi/donau-integration' into dev/bohdan-potuzhnyi/donau-integration

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 6++++++
Mdoc/doxygen/taler.doxy | 2+-
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.8],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.14.9],[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.9) unstable; urgency=low + + * Release version 0.14.9 + + -- Christian Grothoff <grothoff@gnu.org> Wed, 23 Apr 2025 16:51:13 +0200 + taler-merchant (0.14.8) unstable; urgency=low * Release version 0.14.8 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.8 +PROJECT_NUMBER = 0.14.9 PROJECT_LOGO = logo.svg OUTPUT_DIRECTORY = . CREATE_SUBDIRS = YES