From 25d0b2f8577e169c4578fb09306e5924a1993041 Mon Sep 17 00:00:00 2001 From: Piotr Konopka Date: Thu, 26 Sep 2024 15:39:26 +0200 Subject: [PATCH] Bump AliECS to v1.20.0 (#5644) --- 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 56881ddda1..601724464c 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.19.1" +tag: "v1.20.0" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index 582935fa45..3b62143235 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.19.1" +tag: "v1.20.0" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index b354d9b24e..3071e551eb 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.19.1" +tag: "v1.20.0" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index c3064b4525..21d468b93b 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.19.1" +version: "v1.20.0" requires: - Control-Core - Control-OCCPlugin