File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 44
55- [ Change Log] ( #change-log )
66 - [ Unreleased] ( #unreleased )
7+ - [ 5.0.2 (2016-06-11)] ( #502-2016-06-11 )
78 - [ 5.0.1 (2016-06-11)] ( #501-2016-06-11 )
89 - [ 5.0.0 (2016-05-09)] ( #500-2016-05-09 )
910 - [ 4.3.0 (2015-12-05)] ( #430-2015-12-05 )
1819
1920### [ Unreleased] ( https://github.com/jacobwilliams/json-fortran/tree/HEAD )
2021
21- [ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/5.0.1...HEAD )
22+ [ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/5.0.2...HEAD )
23+
24+ ### [ 5.0.2] ( https://github.com/jacobwilliams/json-fortran/tree/5.0.2 ) (2016-06-11)
25+
26+ [ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/5.0.1...5.0.2 )
27+ or [ Download v5.0.2] ( https://github.com/jacobwilliams/json-fortran/releases/tag/5.0.2 )
28+
29+ Minor documentation fix.
2230
2331### [ 5.0.1] ( https://github.com/jacobwilliams/json-fortran/tree/5.0.1 ) (2016-06-11)
2432
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
114114enable_language ( Fortran )
115115project ( jf_test NONE )
116116
117- find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 5.0.1 REQUIRED )
117+ find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 5.0.2 REQUIRED )
118118include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
119119
120120file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )
Original file line number Diff line number Diff line change 1- 5.0.1
1+ 5.0.2
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ documentation from the documentation for official releases other than
2525using the browser's back button. Feel free to bookmark this page, or
2626the [ main project page] ( |url|/index.html ) for convenient navigation.
2727
28+ * [ 5.0.2] ( http://jacobwilliams.github.io/json-fortran/5.0.2/index.html )
29+ ([ FORD] ( https://github.com/cmacmackin/ford ) generated documentation)
30+ - [ Download] ( https://github.com/jacobwilliams/json-fortran/releases/tag/5.0.2 )
2831* [ 5.0.1] ( http://jacobwilliams.github.io/json-fortran/5.0.1/index.html )
2932 ([ FORD] ( https://github.com/cmacmackin/ford ) generated documentation)
3033 - [ Download] ( https://github.com/jacobwilliams/json-fortran/releases/tag/5.0.1 )
You can’t perform that action at this time.
0 commit comments