From a6a3c2c05f0b0e144432ff81bcd0d32ecb1a819d Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 18 Jul 2024 11:02:34 +0200 Subject: [PATCH] Bump AliECS to v1.15.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 912d580986..128709e112 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.14.0" +tag: "v1.15.0" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index 0d5ba1d351..ae9ee3d7f2 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.14.0" +tag: "v1.15.0" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index 4213c3f849..a1185b8303 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.14.0" +tag: "v1.15.0" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index aa458c08aa..d89c4b4c45 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.14.0" +version: "v1.15.0" requires: - Control-Core - Control-OCCPlugin