From a206ff1fcae34608b7933161c8cb26c24009f134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Mon, 13 Oct 2025 11:44:55 +0200 Subject: [PATCH] Use ecmc 11.0 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index adeccf1..c666c66 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ USR_CXXFLAGS += -std=c++17 OPT_CXXFLAGS_YES = -O3 # dependencies -ecmc_VERSION = 10.0 +ecmc_VERSION = 11.0 APP:=src APPDB:=$(APP)/Db