diff options
-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 |