From e33ec4df1ed975c37a7c63860cad01d1f71c5f61 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac <126364+teo@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:15:27 +0100 Subject: [PATCH] Bump AliECS to v1.24.0 (#5697) --- coconut.sh | 2 +- control-core.sh | 2 +- control-occplugin.sh | 2 +- control.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/coconut.sh b/coconut.sh index c52b0dd0de..6bbd061b4f 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.23.2" +tag: "v1.24.0" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index e0d7886f1e..614cd34591 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.23.2" +tag: "v1.24.0" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index 10869d6e4b..7fa369fb65 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.23.2" +tag: "v1.24.0" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index b81ef7c162..9238103869 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.23.2" +version: "v1.24.0" requires: - Control-Core - Control-OCCPlugin