From 6be97eca932bf70d19dc40b5fc643ef64d2e1cb4 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 3 Jan 2018 15:40:29 +0000 Subject: [PATCH] Update version to 7.0.0svn: cmake, include files and docs llvm-svn: 321725 --- libcxx/CMakeLists.txt | 2 +- libcxx/docs/conf.py | 4 ++-- libcxx/include/__config | 2 +- libcxx/include/__libcpp_version | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt index 29eef8f35db..0965ee73b4e 100644 --- a/libcxx/CMakeLists.txt +++ b/libcxx/CMakeLists.txt @@ -23,7 +23,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) project(libcxx CXX C) set(PACKAGE_NAME libcxx) - set(PACKAGE_VERSION 6.0.0svn) + set(PACKAGE_VERSION 7.0.0svn) set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org") diff --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py index bb231ac3e35..4c1ea3653cd 100644 --- a/libcxx/docs/conf.py +++ b/libcxx/docs/conf.py @@ -47,9 +47,9 @@ copyright = u'2011-2017, LLVM Project' # built documents. # # The short X.Y version. -version = '6.0' +version = '7.0' # The full version, including alpha/beta/rc tags. -release = '6.0' +release = '7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/libcxx/include/__config b/libcxx/include/__config index a4dfc41736c..e6b2ff307a3 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -33,7 +33,7 @@ #define _GNUC_VER_NEW 0 #endif -#define _LIBCPP_VERSION 6000 +#define _LIBCPP_VERSION 7000 #ifndef _LIBCPP_ABI_VERSION #define _LIBCPP_ABI_VERSION 1 diff --git a/libcxx/include/__libcpp_version b/libcxx/include/__libcpp_version index a77fd92cf17..2bdc6533bec 100644 --- a/libcxx/include/__libcpp_version +++ b/libcxx/include/__libcpp_version @@ -1 +1 @@ -6000 +7000