taler-mdb

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

commit d3b5db65e4a55444d8f1c6835b45d8ce07dc534d
parent d53044f1fe2e0bb8d30a8895f826aa2cc75272bb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 25 Dec 2019 12:17:29 +0100

first release

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

diff --git a/ChangeLog b/ChangeLog @@ -0,0 +1,2 @@ +Wed 25 Dec 2019 12:17:10 PM CET + Releasing taler-mdb 0.6.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([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS]) +AC_INIT([taler-mdb], [0.6.0], [taler@gnu.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h])