[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -bump required version
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -bump required version |
Date: |
Fri, 29 Sep 2023 12:41:38 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new a3a412c9 -bump required version
a3a412c9 is described below
commit a3a412c9130a29e39b99f576819a88233fdccdbf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 29 12:41:15 2023 +0200
-bump required version
---
README | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index d12831bc..1a0ea54d 100644
--- 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
index e86d2142..fc45b87a 100644
--- 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
*** ]])])
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] branch master updated: -bump required version,
gnunet <=