diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-31 16:17:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-31 16:17:37 +0200 |
commit | 1f7e9938f37d40a83b87acef847f32c62ad862b9 (patch) | |
tree | a3a96ed34f3be9b2b1fd316d951add560ac41986 | |
parent | 717ae657cd5aa7960db45d195b3546e6640a5378 (diff) |
bump version, fix dist targetv0.7.0
-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 |