exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 1731f5dc77422e3b87294616c3f94b055803a622
parent df8ff68ed8ed2026b1f353f7a8dbd3ced4ab30c1
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  4 Apr 2018 00:13:36 +0200

change version number to 0.5

Diffstat:
MChangeLog | 3+++
Mconfigure.ac | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Tue Apr 3 23:29:06 CEST 2018 + Releasing Taler v0.5.0 + Thu Jan 4 11:55:41 CET 2018 Fix issue #5234 (aggregator ignoring refunds). Misc. minor fixes to the auditor. -CG diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange], [0.4.0], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.5.0], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds