Skip to content

Commit

Permalink
Merge pull request #487 from JulienDoerner/installation
Browse files Browse the repository at this point in the history
update data version
  • Loading branch information
JulienDoerner authored May 15, 2024
2 parents 1dba43e + c43f5ca commit 20b9f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ endif(APPLE)
# Download data files (interaction data, masses, decay data ...)
# ----------------------------------------------------------------------------
OPTION(DOWNLOAD_DATA "Download CRPropa data files" ON)
set(CRPROPA_DATAFILE_VER "2024-03-11")
set(CRPROPA_DATAFILE_VER "2024-04-30")
if(DOWNLOAD_DATA)
message("-- Downloading data files from sciebo ~ 73 MB")
file(DOWNLOAD
Expand Down

0 comments on commit 20b9f79

Please sign in to comment.