From b0be4a10cc48a07e5ef59804363a20210cf8d41b Mon Sep 17 00:00:00 2001 From: sy-c Date: Thu, 26 Sep 2024 18:04:05 +0200 Subject: [PATCH] bump infologger+common (#5645) * bump common * Update infologger.sh * Update libinfologger.sh --- common-o2.sh | 2 +- infologger.sh | 2 +- libinfologger.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common-o2.sh b/common-o2.sh index d6ab1415d3..458c6c0eea 100644 --- a/common-o2.sh +++ b/common-o2.sh @@ -1,6 +1,6 @@ package: Common-O2 version: "%(tag_basename)s" -tag: v1.6.2 +tag: v1.6.3 requires: - boost - "GCC-Toolchain:(?!osx)" diff --git a/infologger.sh b/infologger.sh index 9cf2c311b8..d45650a4d6 100644 --- a/infologger.sh +++ b/infologger.sh @@ -1,6 +1,6 @@ package: InfoLogger version: "%(tag_basename)s" -tag: v2.7.1 +tag: v2.7.2 requires: - boost - "GCC-Toolchain:(?!osx)" diff --git a/libinfologger.sh b/libinfologger.sh index 86b2f90892..c7f1ee0fdc 100644 --- a/libinfologger.sh +++ b/libinfologger.sh @@ -1,6 +1,6 @@ package: libInfoLogger version: "%(tag_basename)s" -tag: v2.7.1 +tag: v2.7.2 requires: - boost - "GCC-Toolchain:(?!osx)"