summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-29 12:41:15 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-29 12:41:35 +0200
commita3a412c9130a29e39b99f576819a88233fdccdbf (patch)
tree49c04cdb6c35829f20d11011dae4ead05c6c5f64
parentaa0ee81dd944d67e352549b3cef13b9488c69a62 (diff)
downloadexchange-a3a412c9130a29e39b99f576819a88233fdccdbf.tar.gz
exchange-a3a412c9130a29e39b99f576819a88233fdccdbf.tar.bz2
exchange-a3a412c9130a29e39b99f576819a88233fdccdbf.zip
-bump required version
-rw-r--r--README2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index d12831bc3..1a0ea54da 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 e86d21424..fc45b87ae 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
*** ]])])