diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/lib/Makefile.am | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f01f90f1..742da9d5 100644 --- 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.6.0], [taler-bug@gnunet.org]) +AC_INIT([taler-merchant], [0.7.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/src/lib/Makefile.am b/src/lib/Makefile.am index 28901432..b225d2ba 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -143,5 +143,4 @@ EXTRA_DIST = \ test_merchant_api_proxy_exchange.conf \ test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv \ test_merchant_api_home/.config/taler/exchange/account-2.json \ - test_merchant_api_home/.config/taler/merchant/wire/test.json \ test_merchant.priv |