Skip to content

Commit 3916a93

Browse files
author
Brinden Carlson
committed
Merge tag 'v10_04_07' into develop
Version v10_04_07
2 parents de1f2b1 + 2abff6a commit 3916a93

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1717

18-
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.04.06.01)
18+
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.04.07)
1919
find_package(cetmodules REQUIRED)
2020
project(sbndcode LANGUAGES CXX)
2121

2222
# for CI:
23-
# project(sbndcode VERSION 10.04.06.01)
23+
# project(sbndcode VERSION 10.04.07)
2424

2525
message(STATUS "\n")
2626
message(STATUS "================================= ${PROJECT_NAME} =================================")

sbndcode/Decoders/TPC/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cet_build_plugin( SBNDTPCDecoder art::module
1717
ROOT::Core
1818
ROOT::Tree
1919
sbndcode_ChannelMaps_TPC_TPCChannelMapService_service
20+
sbnobj::Common_Analysis
2021
)
2122

2223
cet_build_plugin( NTBDecoder art::module

ups/product_deps

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ wpdir product_dir wire-cell-cfg
253253
#
254254
####################################
255255
product version qual flags <table_format=2>
256-
sbncode v10_04_06_01 -
256+
sbncode v10_04_07 -
257257
cetmodules v3_24_01 - only_for_build
258-
sbnd_data v01_29_00 - optional
259-
sbndutil v10_04_06_01 - optional
258+
sbnd_data v01_29_00 -
259+
sbndutil v10_04_07 - optional
260260
fhiclpy v4_03_05 -
261261
end_product_list
262262
####################################

0 commit comments

Comments
 (0)