Skip to content

Commit fc322be

Browse files
committed
minor documentation fix.
1 parent 4c42869 commit fc322be

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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)
@@ -18,7 +19,14 @@
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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
114114
enable_language ( Fortran )
115115
project ( 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 )
118118
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
119119
120120
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )

__VERSION__

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.1
1+
5.0.2

pages/releases/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ documentation from the documentation for official releases other than
2525
using the browser's back button. Feel free to bookmark this page, or
2626
the [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)

0 commit comments

Comments
 (0)