diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-10-18 15:21:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-10-18 15:21:06 +0200 |
commit | 9807e5c50c33506c8bc38eebd191f5e9849fc722 (patch) | |
tree | 158bf661fc4d0f2d182c58b23c26326a5a6fdd40 /configure.ac | |
parent | 4da09561f4b98e6830bd2ddce4a8cee11a825d16 (diff) |
releasing v0.4.0v0.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 f9eb7fa7e..454de712c 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange], [0.3.0], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.4.0], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds |