From e6bd0935d15849dc405000c80326dcf879a64084 Mon Sep 17 00:00:00 2001 From: "Rule Timothy (VM/EMT3)" Date: Tue, 20 Aug 2024 11:52:15 +0200 Subject: [PATCH] Bump ModelC version. Signed-off-by: Rule Timothy (VM/EMT3) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7a93396..2649a45 100644 --- a/Makefile +++ b/Makefile @@ -9,12 +9,12 @@ GCC_BUILDER_IMAGE ?= ghcr.io/boschglobal/dse-gcc-builder:main ############### ## DSE C Library -export DSE_CLIB_VERSION ?= 1.0.16 +export DSE_CLIB_VERSION ?= 1.0.17 ############### ## DSE Model C Library -export DSE_MODELC_VERSION ?= 2.0.21 +export DSE_MODELC_VERSION ?= 2.0.28 ###############