Skip to content

Commit

Permalink
Update SALT-FM version & cmake greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 9, 2024
1 parent f4a74b5 commit d3c5988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ check_out_of_source_build()
# SALT project version
# Later we can get this from `git describe`
set (SALT_VERSION_MAJOR 0)
set (SALT_VERSION_MINOR 1)
set (SALT_VERSION_MINOR 2)

# Print project logo, version and tag line
file(READ ${CMAKE_CURRENT_LIST_DIR}/cmake/SALT-logo.txt SALT_LOGO)
string(JOIN "\n " SALT_GREETING "${SALT_LOGO}"
"SALT, v${SALT_VERSION_MAJOR}.${SALT_VERSION_MINOR}: An LLVM-based Source Analysis Toolkit for HPC")
"SALT-FM, v${SALT_VERSION_MAJOR}.${SALT_VERSION_MINOR}: An LLVM-based Source Analysis Toolkit for HPC")
if(NOT isMultiConfig)
string(APPEND SALT_GREETING "\n Build type: ${CMAKE_BUILD_TYPE}")
endif()
Expand Down

0 comments on commit d3c5988

Please sign in to comment.