taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 87c0b62f174a140f189dee487153d065886336a0
parent c829b69a8b4a136f5495a42dd4dad2a35d0df75b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  3 Oct 2020 16:24:05 +0200

bump version

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +Sat 03 Oct 2020 04:22:55 PM CEST + Update logic to latest Taler v8 protocols and APIs. + Added support for product preview images. + Releasing taler-mdb 0.8.0. -CG + Tue 31 Mar 2020 04:04:17 PM CEST Releasing taler-mdb 0.7.0. -CG diff --git a/configure.ac b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([taler-mdb], [0.7.0], [taler@gnu.org]) +AC_INIT([taler-mdb], [0.8.0], [taler@gnu.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h])