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 /configure.ac | |
parent | 717ae657cd5aa7960db45d195b3546e6640a5378 (diff) |
bump version, fix dist targetv0.7.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 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 |