diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-06 14:53:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-06 14:53:47 +0200 |
commit | c0fdf51d328272d946fedc25470d8ff65a2380d2 (patch) | |
tree | 501a628a6873d2e4635973ea0a35092811e5a818 /configure.ac | |
parent | d71e90c683a465ec73da35b1ac8ca8d617610565 (diff) |
bumping versions for 0.3.0 releasev0.3.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 5378a990..11afa001 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.2.0], [taler-bug@gnunet.org]) +AC_INIT([taler-merchant], [0.3.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 |