diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-10-31 10:19:23 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-10-31 10:19:23 +0100 |
commit | 0cbad74b569ad8cc4d8a9fd81868d1cc3f1ac31c (patch) | |
tree | 9c136dd565d34a112b8bc6e63c1304f612621763 /configure.ac | |
parent | f0668d2ce060ddd6bdb6d1d18f3f874a42931584 (diff) |
version bump
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 562ebee7..d381632a 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.7.0], [taler-bug@gnunet.org]) +AC_INIT([taler-merchant], [0.8.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 |