merchant

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

commit 4a7e8a155522d87e27ebbfc651d1fb3387703934
parent 07fd080529742ff424e49d00c0d08c001c45317a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 20 Dec 2019 20:37:05 +0100

fix 'make dist' target, bump version

Diffstat:
MChangeLog | 7+++++--
MMakefile.am | 3+--
Mconfigure.ac | 2+-
3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,6 +1,9 @@ +Fri 20 Dec 2019 08:36:03 PM CET + Releasing taler-merchant 0.6.0. -CG + Sat 17 Aug 2019 10:03:38 PM CEST - Remove "currency" field from exchange database, as we only - support one currency per merchant backend anyway. -CG + Remove "currency" field from exchange database, as we only + support one currency per merchant backend anyway. -CG Wed Apr 4 00:19:38 CEST 2018 Releasing taler-merchant-0.5.0 -FD diff --git a/Makefile.am b/Makefile.am @@ -23,8 +23,7 @@ EXTRA_DIST = \ COPYING.AGPL \ COPYING.LGPL \ contrib/gnunet.tag \ - contrib/microhttpd.tag \ - Doxyfile + contrib/microhttpd.tag app: mkdir -p $(PACKAGE)-frontend-$(VERSION)-app 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-merchant], [0.5.0], [taler-bug@gnunet.org]) +AC_INIT([taler-merchant], [0.6.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