merchant

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

commit a99043594b1abdfae9a258ec8c6c504c0618a50f
parent 83e4bdf98687ade40a7726573292399502eb77a6
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 15 May 2024 17:30:50 +0200

version bump for v0.11.0

Diffstat:
MChangeLog | 3+++
Mconfigure.ac | 2+-
Mdebian/changelog | 6++++++
Mdoc/doxygen/taler.doxy | 2+-
4 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Wed May 15 19:43:41 AM CEST 2024 + Releasing taler-merchant 0.11.0. -CG + Fri Apr 12 10:43:41 AM CEST 2024 Releasing taler-merchant 0.10.2. -CG 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.10.2],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.11.0],[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.11.0) unstable; urgency=low + + * Releasing v0.11.0. + + -- Christian Grothoff <grothoff@gnu.org> Wed, 15 May 2024 19:50:12 +0200 + taler-merchant (0.10.2) unstable; urgency=low * Update various submodules to latest version. 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.10.2 +PROJECT_NUMBER = 0.11.0 PROJECT_LOGO = logo.svg OUTPUT_DIRECTORY = . CREATE_SUBDIRS = YES