File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ project ( jsonfortran NONE )
3434# C.F. semver.org
3535#----------------------------------
3636set ( VERSION_MAJOR 4 )
37- set ( VERSION_MINOR 0 )
37+ set ( VERSION_MINOR 1 )
3838set ( VERSION_PATCH 0 )
3939set ( VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
4040
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
6363enable_language ( Fortran )
6464project ( jf_test NONE )
6565
66- find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 4.0 .0 REQUIRED )
66+ find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 4.1 .0 REQUIRED )
6767
6868file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )
6969foreach ( UNIT_TEST ${JF_TEST_SRCS} )
You can’t perform that action at this time.
0 commit comments