From a462e343e7e6c4a0044078a14aec3575da75811a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Wed, 20 Mar 2024 10:18:07 +0100 Subject: [PATCH] Use ecmc 9.4.0 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index f90e8a6..fbaf064 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,7 +16,7 @@ OPT_CXXFLAGS_YES = -O3 # dependencies ECmasterECMC_VERSION = v1.1.0 -ecmc_VERSION = 9.1.0 +ecmc_VERSION = 9.4.0 BASE_DIR = . SRC_DIR = $(BASE_DIR)/src