exchange

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

commit a3a412c9130a29e39b99f576819a88233fdccdbf
parent aa0ee81dd944d67e352549b3cef13b9488c69a62
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 29 Sep 2023 12:41:15 +0200

-bump required version

Diffstat:
MREADME | 2+-
Mconfigure.ac | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -42,7 +42,7 @@ Dependencies: These are the direct dependencies for running a Taler exchange: -- GNUnet >= 0.16.0 +- GNUnet >= 0.20.0 - GNU libmicrohttpd >= 0.9.71 - PostgreSQL >= 15.0 diff --git a/configure.ac b/configure.ac @@ -146,7 +146,7 @@ AC_CHECK_HEADERS([gnunet/gnunet_util_lib.h], AS_IF([test $libgnunetutil != 1], [AC_MSG_ERROR([[ *** -*** You need libgnunetutil >= 0.19.0 to build this program. +*** You need libgnunetutil >= 0.20.0 to build this program. *** This library is part of GNUnet, available at *** https://gnunet.org *** ]])])