From 9ea6e887f09d08d4da337bd156fba2bb01f2ef98 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 12 Dec 2024 12:02:51 +0100 Subject: [PATCH] Bump AliECS to v1.26.0 --- 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 d4e8466e1d..6c9a9f0a41 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.25.0" +tag: "v1.26.0" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index ff5820c0f6..0f649ec23a 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.25.0" +tag: "v1.26.0" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index a195867778..835a2cb0a4 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.25.0" +tag: "v1.26.0" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index 89c1c262fa..e87be6870d 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.25.0" +version: "v1.26.0" requires: - Control-Core - Control-OCCPlugin