Skip to content

Commit 8ee77e2

Browse files
committed
Update minor version to reflect latest release
1 parent 2f8c9c4 commit 8ee77e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ project ( jsonfortran NONE )
3434
# C.F. semver.org
3535
#----------------------------------
3636
set ( VERSION_MAJOR 4 )
37-
set ( VERSION_MINOR 0 )
37+
set ( VERSION_MINOR 1 )
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} 4.0.0 REQUIRED )
66+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 4.1.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)