Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
bump minor version number by 1 after reorganization.
  • Loading branch information
dholladay00 authored Jul 22, 2021
1 parent 54c5730 commit 7126a1e
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 @@ -61,7 +61,7 @@ if(SINGULARITY_USE_KOKKOS AND SINGULARITY_USE_CUDA)
set(CMAKE_CXX_COMPILER ${NVCC_WRAPPER_DIR}/nvcc_wrapper CACHE STRING "")
endif()

project(singularity-eos VERSION 1.4.0)
project(singularity-eos VERSION 1.5.0)

if(SINGULARITY_USE_FORTRAN)
enable_language(CXX Fortran)
Expand Down

0 comments on commit 7126a1e

Please sign in to comment.