File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- [ Change Log] ( #change-log )
6
6
- [ Unreleased] ( #unreleased )
7
+ - [ 5.0.2 (2016-06-11)] ( #502-2016-06-11 )
7
8
- [ 5.0.1 (2016-06-11)] ( #501-2016-06-11 )
8
9
- [ 5.0.0 (2016-05-09)] ( #500-2016-05-09 )
9
10
- [ 4.3.0 (2015-12-05)] ( #430-2015-12-05 )
18
19
19
20
### [ Unreleased] ( https://github.com/jacobwilliams/json-fortran/tree/HEAD )
20
21
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.
22
30
23
31
### [ 5.0.1] ( https://github.com/jacobwilliams/json-fortran/tree/5.0.1 ) (2016-06-11)
24
32
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
114
114
enable_language ( Fortran )
115
115
project ( jf_test NONE )
116
116
117
- find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 5.0.1 REQUIRED )
117
+ find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 5.0.2 REQUIRED )
118
118
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
119
119
120
120
file ( 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
25
25
using the browser's back button. Feel free to bookmark this page, or
26
26
the [ main project page] ( |url|/index.html ) for convenient navigation.
27
27
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 )
28
31
* [ 5.0.1] ( http://jacobwilliams.github.io/json-fortran/5.0.1/index.html )
29
32
([ FORD] ( https://github.com/cmacmackin/ford ) generated documentation)
30
33
- [ Download] ( https://github.com/jacobwilliams/json-fortran/releases/tag/5.0.1 )
You can’t perform that action at this time.
0 commit comments