Update version to 7.0.0svn: cmake, include files and docs

llvm-svn: 321725
This commit is contained in:
Hans Wennborg 2018-01-03 15:40:29 +00:00
parent 71525f706b
commit 6be97eca93
4 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
project(libcxx CXX C) project(libcxx CXX C)
set(PACKAGE_NAME libcxx) 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_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org") set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")

View File

@ -47,9 +47,9 @@ copyright = u'2011-2017, LLVM Project'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '6.0' version = '7.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '6.0' release = '7.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

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

View File

@ -1 +1 @@
6000 7000