File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ project ( jsonfortran NONE )
33
33
# Set version (semantic versioning)
34
34
# C.F. semver.org
35
35
#----------------------------------
36
- set ( VERSION_MAJOR 3 )
37
- set ( VERSION_MINOR 1 )
36
+ set ( VERSION_MAJOR 4 )
37
+ set ( VERSION_MINOR 0 )
38
38
set ( VERSION_PATCH 0 )
39
39
set ( VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
40
40
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
63
63
enable_language ( Fortran )
64
64
project ( jf_test NONE )
65
65
66
- find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 3.1 .0 REQUIRED )
66
+ find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 4.0 .0 REQUIRED )
67
67
68
68
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )
69
69
foreach ( UNIT_TEST ${JF_TEST_SRCS} )
You can’t perform that action at this time.
0 commit comments