summaryrefslogtreecommitdiff
path: root/pstl/docs
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2021-07-27 21:51:07 -0700
committerTom Stellard <tstellar@redhat.com>2021-07-27 21:58:25 -0700
commit08c766a7318ab37bf1d77e0c683cd3b00e700877 (patch)
tree972ba11c2d231c30440daf400d59407641b12a1a /pstl/docs
parent88e66fa60ae5bad764455b5a0337aa47233f657d (diff)
downloadllvm-08c766a7318ab37bf1d77e0c683cd3b00e700877.tar.gz
Bump the trunk major version to 14llvmorg-14-init
and clear the release notes.
Diffstat (limited to 'pstl/docs')
-rw-r--r--pstl/docs/ReleaseNotes.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/pstl/docs/ReleaseNotes.rst b/pstl/docs/ReleaseNotes.rst
index f4a15b1ac454..ca840a45f65e 100644
--- a/pstl/docs/ReleaseNotes.rst
+++ b/pstl/docs/ReleaseNotes.rst
@@ -1,5 +1,5 @@
=======================================
-PSTL 13.0.0 (In-Progress) Release Notes
+PSTL 14.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 13 release.
+ These are in-progress notes for the upcoming pstl 14 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 13.0.0. Here we
+library, part of the LLVM Compiler Infrastructure, release 14.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 13.0.0?
+What's New in PSTL 14.0.0?
==========================
New Features