diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-27 10:56:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-27 10:56:53 +0200 |
commit | af98428356ae15f5ac91af29f057a1bb7d27059f (patch) | |
tree | 0aa738d4cbfe2911cc03f611519f751ba159162e /configure.ac | |
parent | 01c7f33c7f91522a466de4792a7302b3d0a43b5e (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 d68aea9c6..6995b9b3e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange], [0.8.4], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.8.5], [taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) |