diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-28 17:32:44 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-28 17:32:44 +0200 |
commit | 6a9f3c83ce0eddacf54d545f26c7cd29cfdc6817 (patch) | |
tree | 49a824162bf805ba3765a4f8441b84e09559c63d /configure.ac | |
parent | 9c3fdba6c1d047093ab970326fef71b0fd65937a (diff) |
-proper version bumping
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 8548a9ae..dd3943be 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.3], [taler-bug@gnunet.org]) +AC_INIT([taler-merchant], [0.8.4], [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 |