diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-29 12:41:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-29 12:41:35 +0200 |
commit | a3a412c9130a29e39b99f576819a88233fdccdbf (patch) | |
tree | 49c04cdb6c35829f20d11011dae4ead05c6c5f64 | |
parent | aa0ee81dd944d67e352549b3cef13b9488c69a62 (diff) |
-bump required version
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 *** ]])]) |