Skip to content

Commit 48cf935

Browse files
committed
change version number to 3.0.0
1 parent 54e08f2 commit 48cf935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ project ( jsonfortran NONE )
3434
# Set version (semantic versioning)
3535
# C.F. semver.org
3636
#----------------------------------
37-
set ( VERSION_MAJOR 2 )
37+
set ( VERSION_MAJOR 3 )
3838
set ( VERSION_MINOR 0 )
3939
set ( VERSION_PATCH 0 )
4040
set ( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cmake_minimum_required ( VERSION 2.8 FATAL_ERROR )
4646
enable_language ( Fortran )
4747
project ( jf_test NONE )
4848
49-
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 2.0.0 REQUIRED )
49+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 3.0.0 REQUIRED )
5050
5151
add_executable ( json_example src/json_example.f90 )
5252
target_include_directories ( json_example BEFORE PUBLIC ${jsonfortran_INCLUDE_DIRS} )

0 commit comments

Comments
 (0)