version bump and ChangeLog update

This commit is contained in:
Christian Grothoff 2016-11-18 18:55:02 +01:00
parent 7d6b8d53d5
commit 134e067736
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Nov 18 18:53:30 CET 2016
Improved error reporting for bogus wire specifications.
Releasing taler-exchange 0.2.0. -CG
Thu Nov 17 16:37:22 CET 2016 Thu Nov 17 16:37:22 CET 2016
Added missing idempotency checks for /refresh/reveal. -CG Added missing idempotency checks for /refresh/reveal. -CG

View File

@ -17,7 +17,7 @@
# #
# #
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([taler-exchange], [0.1.0], [taler-bug@gnunet.org]) AC_INIT([taler-exchange], [0.2.0], [taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_SRCDIR([src/util/util.c])
AC_CONFIG_HEADERS([taler_config.h]) AC_CONFIG_HEADERS([taler_config.h])
# support for non-recursive builds # support for non-recursive builds