[libcxx-commits] [libcxx] r366427 - Bump the trunk version to 10.0.0svn
Hans Wennborg via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 18 04:51:06 PDT 2019
Author: hans
Date: Thu Jul 18 04:51:05 2019
New Revision: 366427
URL: http://llvm.org/viewvc/llvm-project?rev=366427&view=rev
Log:
Bump the trunk version to 10.0.0svn
and clear the release notes.
Modified:
libcxx/trunk/CMakeLists.txt
libcxx/trunk/docs/ReleaseNotes.rst
libcxx/trunk/docs/conf.py
libcxx/trunk/include/__config
libcxx/trunk/include/__libcpp_version
Modified: libcxx/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/CMakeLists.txt?rev=366427&r1=366426&r2=366427&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Thu Jul 18 04:51:05 2019
@@ -27,7 +27,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
project(libcxx CXX C)
set(PACKAGE_NAME libcxx)
- set(PACKAGE_VERSION 9.0.0svn)
+ set(PACKAGE_VERSION 10.0.0svn)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs at lists.llvm.org")
Modified: libcxx/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/ReleaseNotes.rst?rev=366427&r1=366426&r2=366427&view=diff
==============================================================================
--- libcxx/trunk/docs/ReleaseNotes.rst (original)
+++ libcxx/trunk/docs/ReleaseNotes.rst Thu Jul 18 04:51:05 2019
@@ -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://lib
.. 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 appl
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
------------
Modified: libcxx/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/conf.py?rev=366427&r1=366426&r2=366427&view=diff
==============================================================================
--- libcxx/trunk/docs/conf.py (original)
+++ libcxx/trunk/docs/conf.py Thu Jul 18 04:51:05 2019
@@ -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.
Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=366427&r1=366426&r2=366427&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Thu Jul 18 04:51:05 2019
@@ -32,7 +32,7 @@
# define _GNUC_VER_NEW 0
#endif
-#define _LIBCPP_VERSION 9000
+#define _LIBCPP_VERSION 10000
#ifndef _LIBCPP_ABI_VERSION
# define _LIBCPP_ABI_VERSION 1
Modified: libcxx/trunk/include/__libcpp_version
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__libcpp_version?rev=366427&r1=366426&r2=366427&view=diff
==============================================================================
--- libcxx/trunk/include/__libcpp_version (original)
+++ libcxx/trunk/include/__libcpp_version Thu Jul 18 04:51:05 2019
@@ -1 +1 @@
-9000
+10000
More information about the libcxx-commits
mailing list