Skip to content

Commit 18bd55c

Browse files
committed
update version number.
1 parent 7140961 commit 18bd55c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ project ( jsonfortran NONE )
3333
# Set version (semantic versioning)
3434
# C.F. semver.org
3535
#----------------------------------
36-
set ( VERSION_MAJOR 3 )
37-
set ( VERSION_MINOR 1 )
36+
set ( VERSION_MAJOR 4 )
37+
set ( VERSION_MINOR 0 )
3838
set ( VERSION_PATCH 0 )
3939
set ( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
4040

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
6363
enable_language ( Fortran )
6464
project ( jf_test NONE )
6565
66-
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 3.1.0 REQUIRED )
66+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 4.0.0 REQUIRED )
6767
6868
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )
6969
foreach ( UNIT_TEST ${JF_TEST_SRCS} )

0 commit comments

Comments
 (0)