merchant

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

commit 28be36f0eb3a092eb469697b1732b676eddf7f27
parent 02dc4f857a84049eb27084f4bfe4f39879fbc7f3
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 10 Oct 2016 17:53:56 +0200

Merge branch 'master' of ssh://taler.net/var/git/merchant

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 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-merchant], [0.0.0], [taler-bug@gnunet.org]) +AC_INIT([taler-merchant], [0.1.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