diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-24 15:48:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-24 15:48:34 +0200 |
commit | c04127cc164da84f62bfd195fa09860e2d275667 (patch) | |
tree | f79e42a24f1248ec95c89ea1f641e032995c8269 | |
parent | 3a01b8aba03d16220c94a85b5074717291225fba (diff) |
-version bump
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c487554d..8548a9ae 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.2], [taler-bug@gnunet.org]) +AC_INIT([taler-merchant], [0.8.3], [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 |