bump version in configure.ac

This commit is contained in:
Christian Grothoff 2020-03-31 14:42:06 +02:00
parent f34e40bc22
commit a483cad559
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -17,7 +17,7 @@
# #
# #
AC_PREREQ([2.69]) 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_SRCDIR([src/util/util.c])
AC_CONFIG_HEADERS([taler_config.h]) AC_CONFIG_HEADERS([taler_config.h])
# support for non-recursive builds # support for non-recursive builds