Update version to 5.0

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291928 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2017-01-13 18:29:56 +00:00
parent 1669d3dac5
commit ccb58d0a2c
5 changed files with 4284 additions and 4 deletions

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 = '4.0' version = '5.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '4.0' release = '5.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

@@ -27,7 +27,7 @@
#define _GNUC_VER 0 #define _GNUC_VER 0
#endif #endif
#define _LIBCPP_VERSION 4000 #define _LIBCPP_VERSION 5000
#ifndef _LIBCPP_ABI_VERSION #ifndef _LIBCPP_ABI_VERSION
#define _LIBCPP_ABI_VERSION 1 #define _LIBCPP_ABI_VERSION 1

View File

@@ -1 +1 @@
4000 5000

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff