From 520521e07c08f28ba07900ea8d52c424c948a23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Wed, 1 May 2024 09:39:13 +0200 Subject: [PATCH] Use ecmc 9.5.0 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index fbaf064..77a3aea 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,7 +16,7 @@ OPT_CXXFLAGS_YES = -O3 # dependencies ECmasterECMC_VERSION = v1.1.0 -ecmc_VERSION = 9.4.0 +ecmc_VERSION = 9.5.0 BASE_DIR = . SRC_DIR = $(BASE_DIR)/src