[flang-commits] [flang] 4430e69 - flang: remove the hardcoded 15 from the release notes

Sylvestre Ledru via flang-commits flang-commits at lists.llvm.org
Sun Jan 29 13:15:16 PST 2023


Author: Sylvestre Ledru
Date: 2023-01-29T22:14:58+01:00
New Revision: 4430e69fbdf59241fffd874e5a1d401c7797981d

URL: https://github.com/llvm/llvm-project/commit/4430e69fbdf59241fffd874e5a1d401c7797981d
DIFF: https://github.com/llvm/llvm-project/commit/4430e69fbdf59241fffd874e5a1d401c7797981d.diff

LOG: flang: remove the hardcoded 15 from the release notes

Differential Revision: https://reviews.llvm.org/D142835

Added: 
    

Modified: 
    flang/docs/ReleaseNotes.md

Removed: 
    


################################################################################
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


        


More information about the flang-commits mailing list