diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-11-18 18:55:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-11-18 18:55:07 +0100 |
commit | 5534b98d73f1a15edcc61551115a0d7a17751e30 (patch) | |
tree | 8d55b6f2acf9df8bad6f9a5c1decb107b00c275a /configure.ac | |
parent | eaa0065e895bb1e3b25fef1439c606433ae4be51 (diff) |
version bump and ChangeLog updatev0.2.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 ca8d7f2a..138c8a8a 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.1.0], [taler-bug@gnunet.org]) +AC_INIT([taler-merchant], [0.2.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 |