Skip to content

Commit e4d0452

Browse files
author
Leonidas Aliaga Soplin
committed
Updating version for CMake and ups dependencies
1 parent 0e50752 commit e4d0452

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1717
# cmake_policy(VERSION 3.19)
1818

1919
find_package(cetmodules 3.24.01 REQUIRED)
20-
project(icaruscode VERSION 10.06.00.01 LANGUAGES CXX)
20+
#project(icaruscode VERSION 10.06.00.01 LANGUAGES CXX)
21+
22+
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.06.00.01-p01)
23+
project(icaruscode LANGUAGES CXX)
2124

2225
message(STATUS
2326
"\n-- ============================================================================="

ups/product_deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ wpdir product_dir wire-cell-cfg
251251
####################################
252252
product version qual flags <table_format=2>
253253
fftw v3_3_10 -
254-
icarus_data v09_93_05 -
254+
icarus_data v09_93_06 -
255255
icarus_signal_processing v10_06_00_01 -
256256
icarusalg v10_06_00_01 -
257257
icarusutil v09_88_00_02 -

0 commit comments

Comments
 (0)