From e6e8fa808de28e962facd5507848b9a8543a1b2d Mon Sep 17 00:00:00 2001
From: Edward Moyse <edward.moyse@cern.ch>
Date: Mon, 21 Sep 2020 11:18:14 +0200
Subject: [PATCH] As requested by Reiner, update to tdaq-common-04-02-01 and
 tdaq-09-02-01

---
 Projects/AthDataQuality/CMakeLists.txt | 2 +-
 Projects/Athena/CMakeLists.txt         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Projects/AthDataQuality/CMakeLists.txt b/Projects/AthDataQuality/CMakeLists.txt
index 69d278c0814..51066359353 100644
--- a/Projects/AthDataQuality/CMakeLists.txt
+++ b/Projects/AthDataQuality/CMakeLists.txt
@@ -8,7 +8,7 @@ project( AthDataQuality VERSION ${_version} LANGUAGES CXX )
 unset( _version )
 
 # Set the version of tdaq-common to use for the build:
-set( TDAQ-COMMON_VERSION "04-02-00" CACHE STRING
+set( TDAQ-COMMON_VERSION "04-02-01" CACHE STRING
    "The version of tdaq-common to use for the build" )
 set( TDAQ-COMMON_ATROOT
    "$ENV{TDAQ_RELEASE_BASE}/tdaq-common/tdaq-common-${TDAQ-COMMON_VERSION}"
diff --git a/Projects/Athena/CMakeLists.txt b/Projects/Athena/CMakeLists.txt
index ed2c6c43c86..7ebc708d1a5 100644
--- a/Projects/Athena/CMakeLists.txt
+++ b/Projects/Athena/CMakeLists.txt
@@ -31,9 +31,9 @@ if( LCG_NIGHTLY )
     set( TDAQ_VERSION "99-00-00" CACHE STRING
        "The version of tdaq to use for the build" )
 else()
-    set( TDAQ-COMMON_VERSION "04-02-00" CACHE STRING
+    set( TDAQ-COMMON_VERSION "04-02-01" CACHE STRING
        "The version of tdaq-common to use for the build" )
-    set( TDAQ_VERSION "09-02-00" CACHE STRING
+    set( TDAQ_VERSION "09-02-01" CACHE STRING
        "The version of tdaq to use for the build" )
 endif()
 
-- 
GitLab