Skip to content

Commit

Permalink
fix release number
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelab committed Feb 11, 2021
1 parent 4472afa commit bb02f08
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 @@ -8,7 +8,7 @@ else(APPLE)
endif(APPLE)

project(CRPropa Fortran C CXX)
set(CRPROPA_RELEASE_VERSION >3.1.6) # Update for new release
set(CRPROPA_RELEASE_VERSION >3.1.7) # Update for new release

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})

Expand Down

0 comments on commit bb02f08

Please sign in to comment.