flang: remove the hardcoded 15 from the release notes
authorSylvestre Ledru <sylvestre@debian.org>
Sun, 29 Jan 2023 09:09:16 +0000 (10:09 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 29 Jan 2023 21:14:58 +0000 (22:14 +0100)
Differential Revision: https://reviews.llvm.org/D142835

flang/docs/ReleaseNotes.md

index d30d7e2..abf054d 100644 (file)
@@ -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