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 | |
parent | eaa0065e895bb1e3b25fef1439c606433ae4be51 (diff) |
version bump and ChangeLog updatev0.2.0
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Fri Nov 18 18:54:07 CET 2016 + Misc. minor updates to match API changes from exchange 0.2. + Releasing taler-merchant 0.2.0. -CG + Mon Oct 10 16:27:57 CEST 2016 Implementing: - /track API, to map transactions to wire transfers and 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 |