Update _LIBCPP_VERSION and the version in CMakeLists to 6.0

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@308468 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Hans Wennborg
2017-07-19 13:57:10 +00:00
parent 2d17369ac6
commit 12ab658921
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
project(libcxx CXX C)
set(PACKAGE_NAME libcxx)
set(PACKAGE_VERSION 5.0.0svn)
set(PACKAGE_VERSION 6.0.0svn)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")

View File

@@ -33,7 +33,7 @@
#define _GNUC_VER_NEW 0
#endif
#define _LIBCPP_VERSION 5000
#define _LIBCPP_VERSION 6000
#ifndef _LIBCPP_ABI_VERSION
#define _LIBCPP_ABI_VERSION 1

View File

@@ -1 +1 @@
5000
6000