diff --git a/CHANGES.md b/CHANGES.md index 27bd4dbf..f4ff7cf5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,19 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- +## 2019.05.0 (2019-05-03) + +FCM release 41. + +### Noteworthy Changes + +[#253](https://github.com/metomi/fcm/pull/253): +fcm make: build: fix handling of Fortran program unit tail comment. Fortran +dependency analysis was not handling tail comment of a program unit correctly. +This change fixes the issue. + +-------------------------------------------------------------------------------- + ## 2017.10.0 (2017-10-03) FCM release 40. diff --git a/doc/etc/fcm-version.js b/doc/etc/fcm-version.js index e61ed70f..fb3482e0 100644 --- a/doc/etc/fcm-version.js +++ b/doc/etc/fcm-version.js @@ -1 +1 @@ -FCM.VERSION="2017.10.0"; +FCM.VERSION="2019.05.0";