summaryrefslogtreecommitdiffstats
path: root/libcxx/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-07-18 11:51:05 +0000
committerHans Wennborg <hans@hanshq.net>2019-07-18 11:51:05 +0000
commit8f5b44aead89a56c6fbf85ccfda03ae1e82ac431 (patch)
tree56db98911746050fa21ff6686b53ea43e72cf652 /libcxx/docs
parentc89a3d78f43d81b9cff7b9248772ddf14d21b749 (diff)
downloadbcm5719-llvm-8f5b44aead89a56c6fbf85ccfda03ae1e82ac431.tar.gz
bcm5719-llvm-8f5b44aead89a56c6fbf85ccfda03ae1e82ac431.zip
Bump the trunk version to 10.0.0svn
and clear the release notes. llvm-svn: 366427
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/ReleaseNotes.rst14
-rw-r--r--libcxx/docs/conf.py4
2 files changed, 9 insertions, 9 deletions
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 29cee441839..f1dd6f98936 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -1,6 +1,6 @@
-========================================
-Libc++ 9.0.0 (In-Progress) Release Notes
-========================================
+=========================================
+Libc++ 10.0.0 (In-Progress) Release Notes
+=========================================
.. contents::
:local:
@@ -10,7 +10,7 @@ Written by the `Libc++ Team <https://libcxx.llvm.org>`_
.. warning::
- These are in-progress notes for the upcoming libc++ 9 release.
+ These are in-progress notes for the upcoming libc++ 10 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 libc++ C++ Standard Library,
-part of the LLVM Compiler Infrastructure, release 9.0.0. Here we describe the
+part of the LLVM Compiler Infrastructure, release 10.0.0. Here we describe the
status of libc++ 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>`_. All LLVM releases may
@@ -32,8 +32,8 @@ main Libc++ 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 Libc++ 9.0.0?
-===========================
+What's New in Libc++ 10.0.0?
+============================
New Features
------------
diff --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py
index e88b2d3370a..414f1bc3cc8 100644
--- a/libcxx/docs/conf.py
+++ b/libcxx/docs/conf.py
@@ -47,9 +47,9 @@ copyright = u'2011-2018, LLVM Project'
# built documents.
#
# The short X.Y version.
-version = '9.0'
+version = '10.0'
# The full version, including alpha/beta/rc tags.
-release = '9.0'
+release = '10.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
OpenPOWER on IntegriCloud