diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md index d30d7e28917ad..abf054d5737ec 100644 --- a/flang/docs/ReleaseNotes.md +++ b/flang/docs/ReleaseNotes.md @@ -1,15 +1,15 @@ -# Flang 15.0.0 (In-Progress) Release Notes +# Flang |version| (In-Progress) Release Notes > **warning** > -> These are in-progress notes for the upcoming LLVM 15.0.0 release. +> These are in-progress notes for the upcoming LLVM |version| release. > Release notes for previous releases can be found on [the Download > Page](https://releases.llvm.org/download.html). ## Introduction This document contains the release notes for the Flang Fortran frontend, -part of the LLVM Compiler Infrastructure, release 15.0.0. Here we +part of the LLVM Compiler Infrastructure, release |version|. Here we describe the status of Flang in some detail, including major improvements from the previous release and new feature work. For the general LLVM release notes, see [the LLVM