From 1ea371d41e4f18fa2b26478589c7892792979282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Fri, 13 May 2022 18:11:39 +0200 Subject: [PATCH] Upgrade to 2.4.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73ca4b291a..889767372d 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ DEBUG=${ALL_DEBUG} #export OPTZ #export EXTRALINK export MAKE -export CURVER?=2.4.0 +export CURVER?=2.4.1 ifneq (,$(wildcard /etc/os-release)) DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release) else