From 0d2876fe737d44fb9fc80b5200893326beb387f1 Mon Sep 17 00:00:00 2001 From: "Timothy Rule (VM/EMT3)" Date: Thu, 7 Nov 2024 11:37:26 +0100 Subject: [PATCH] Clib version bump. Signed-off-by: Timothy Rule (VM/EMT3) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58b0ff3..1378387 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ TOOL_DIRS = simer ################ ## DSE Projects. DSE_CLIB_REPO ?= https://github.com/boschglobal/dse.clib -DSE_CLIB_VERSION ?= 1.0.23 +DSE_CLIB_VERSION ?= 1.0.24 export DSE_CLIB_URL ?= $(DSE_CLIB_REPO)/archive/refs/tags/v$(DSE_CLIB_VERSION).zip DSE_SCHEMA_REPO ?= https://github.com/boschglobal/dse.schemas