diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-31 14:42:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-31 14:42:06 +0200 |
commit | a483cad559f58b60c2888006bd5152cebd6611f5 (patch) | |
tree | 14eca8a7aedba1ee2b791cf293a5e77c843b4f09 | |
parent | f34e40bc229e4a9054134b832845d01eed24bce0 (diff) |
bump version in configure.ac
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 57d405d9e..51a4646d8 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange], [0.6.1], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.7.0], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds |