diff options
author | Hans Wennborg <hans@chromium.org> | 2020-07-15 11:40:53 +0200 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2020-07-15 12:05:05 +0200 |
commit | 7ab7b979d29e1e43701cf690f5cf1903740f50e3 (patch) | |
tree | cf5137f9958eb4b5db9c2131a3f984e96891768c /pstl/docs | |
parent | 2e10b7a39b930ef8d9c4362509d8835b221fbc0a (diff) | |
download | llvm-7ab7b979d29e1e43701cf690f5cf1903740f50e3.zip llvm-7ab7b979d29e1e43701cf690f5cf1903740f50e3.tar.gz llvm-7ab7b979d29e1e43701cf690f5cf1903740f50e3.tar.bz2 |
Bump the trunk major version to 12llvmorg-12-init
and clear the release notes.
Diffstat (limited to 'pstl/docs')
-rw-r--r-- | pstl/docs/ReleaseNotes.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pstl/docs/ReleaseNotes.rst b/pstl/docs/ReleaseNotes.rst index e7771d4..60e1c59 100644 --- a/pstl/docs/ReleaseNotes.rst +++ b/pstl/docs/ReleaseNotes.rst @@ -1,5 +1,5 @@ ======================================= -PSTL 11.0.0 (In-Progress) Release Notes +PSTL 12.0.0 (In-Progress) Release Notes ======================================= .. contents:: @@ -10,7 +10,7 @@ Written by the `PSTL Team <https://pstl.llvm.org>`_ .. warning:: - These are in-progress notes for the upcoming pstl 11 release. + These are in-progress notes for the upcoming pstl 12 release. Release notes for previous releases can be found on `the Download Page <https://releases.llvm.org/download.html>`_. @@ -18,7 +18,7 @@ Introduction ============ This document contains the release notes for the PSTL parallel algorithms -library, part of the LLVM Compiler Infrastructure, release 11.0.0. Here we +library, part of the LLVM Compiler Infrastructure, release 12.0.0. Here we describe the status of the library in some detail, including major improvements from the previous release and new feature work. For the general LLVM release notes, see `the LLVM documentation <https://llvm.org/docs/ReleaseNotes.html>`_. @@ -30,7 +30,7 @@ web page, this document applies to the *next* release, not the current one. To see the release notes for a specific release, please see the `releases page <https://llvm.org/releases/>`_. -What's New in PSTL 11.0.0? +What's New in PSTL 12.0.0? ========================== New Features |