summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-20 20:37:05 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-20 20:37:05 +0100
commit4a7e8a155522d87e27ebbfc651d1fb3387703934 (patch)
tree9b64cddb7020906f72c55d84253ec3085da530ab /configure.ac
parent07fd080529742ff424e49d00c0d08c001c45317a (diff)
downloadmerchant-4a7e8a155522d87e27ebbfc651d1fb3387703934.tar.gz
merchant-4a7e8a155522d87e27ebbfc651d1fb3387703934.tar.bz2
merchant-4a7e8a155522d87e27ebbfc651d1fb3387703934.zip
fix 'make dist' target, bump version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a5bb3be4..f01f90f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([taler-merchant], [0.5.0], [taler-bug@gnunet.org])
+AC_INIT([taler-merchant], [0.6.0], [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