diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-10-18 15:34:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-10-18 15:34:52 +0200 |
commit | 019f6fd33e3c538881841dc6939b105e4601d038 (patch) | |
tree | 1315593b2f13e023e45419014556c1d78d61e985 /configure.ac | |
parent | 46032ac49ea769a28372208bd82c5dc5c4ad74b7 (diff) |
bumping versions for v0.4.0 releasev0.4.0
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 f3f7b237..73c850d3 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.3.0], [taler-bug@gnunet.org]) +AC_INIT([taler-merchant], [0.4.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 |