Skip to content
Snippets Groups Projects
Commit e6e8fa80 authored by Edward Moyse's avatar Edward Moyse
Browse files

As requested by Reiner, update to tdaq-common-04-02-01 and tdaq-09-02-01

parent c10728b2
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ project( AthDataQuality VERSION ${_version} LANGUAGES CXX ) ...@@ -8,7 +8,7 @@ project( AthDataQuality VERSION ${_version} LANGUAGES CXX )
unset( _version ) unset( _version )
# Set the version of tdaq-common to use for the build: # 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" ) "The version of tdaq-common to use for the build" )
set( TDAQ-COMMON_ATROOT set( TDAQ-COMMON_ATROOT
"$ENV{TDAQ_RELEASE_BASE}/tdaq-common/tdaq-common-${TDAQ-COMMON_VERSION}" "$ENV{TDAQ_RELEASE_BASE}/tdaq-common/tdaq-common-${TDAQ-COMMON_VERSION}"
......
...@@ -31,9 +31,9 @@ if( LCG_NIGHTLY ) ...@@ -31,9 +31,9 @@ if( LCG_NIGHTLY )
set( TDAQ_VERSION "99-00-00" CACHE STRING set( TDAQ_VERSION "99-00-00" CACHE STRING
"The version of tdaq to use for the build" ) "The version of tdaq to use for the build" )
else() 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" ) "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" ) "The version of tdaq to use for the build" )
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment