diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-17 15:10:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-17 15:10:16 +0200 |
commit | 1e8af2df5c33bf9b8e99e4afaf1fcd4ac3fd6024 (patch) | |
tree | 436bdd2425186e14189131b745b7f37d3faa2678 /configure.ac | |
parent | 54e03b5f0b19baefa899fdea76e5b06d57d1180b (diff) |
-version bumpv0.8.2
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 c971b2b1..c487554d 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([taler-merchant], [0.8.1], [taler-bug@gnunet.org]) +AC_INIT([taler-merchant], [0.8.2], [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 |