From 9472f17b62cae31f2540862989407381da7dce94 Mon Sep 17 00:00:00 2001 From: Timothy Rule <90191439+timrulebosch@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:32:57 +0200 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 31c0abf..3f04122 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.10 +export DSE_CLIB_VERSION ?= 1.0.12 ############### ## DSE Model C Library -export DSE_MODELC_VERSION ?= 2.0.6 +export DSE_MODELC_VERSION ?= 2.0.12 ###############