From ab8ccdcbbad7c251376e50ede1082945b039016f Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Fri, 16 Dec 2022 11:12:53 +0200 Subject: [PATCH] [Template merge] Require latest giella-core --- m4/giella-macros.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/giella-macros.m4 b/m4/giella-macros.m4 index c717830..56d2e33 100644 --- a/m4/giella-macros.m4 +++ b/m4/giella-macros.m4 @@ -88,7 +88,7 @@ AC_MSG_RESULT([$GIELLA_CORE]) ############################################################### ### This is the version of the Giella Core that we require. ### ### UPDATE AS NEEDED. -_giella_core_min_version=0.17.0 +_giella_core_min_version=0.17.1 # GIELLA_CORE/GTCORE env. variable, required by the infrastructure to find scripts: AC_ARG_VAR([GIELLA_CORE], [directory for the Giella infra core scripts and other required resources])