taler-mdb

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

commit 60b76d2fb6985959a912658736d97166ac8b2d5d
parent 6d7820bc30bac677cc023814a0117fac282fda7d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  8 Aug 2021 20:47:26 +0200

-bump version

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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.8.1], [taler@gnu.org]) +AC_INIT([taler-mdb], [0.8.2], [taler@gnu.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h])