From b0a55c740944a2b5ba520fbcff03e2429e02e236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Mon, 16 Dec 2024 10:39:40 +0100 Subject: [PATCH] Prep for ecmc v10 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 3280792..89713b8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,7 +19,7 @@ OPT_CXXFLAGS_YES = -O3 # dependencies ECmasterECMC_VERSION = v1.1.0 -ecmc_VERSION = sandst_a +ecmc_VERSION = v10.0.0_RC1 BASE_DIR = . SRC_DIR = $(BASE_DIR)/src