File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
27
27
project (libcxx CXX C )
28
28
29
29
set (PACKAGE_NAME libcxx )
30
- set (PACKAGE_VERSION 7 .0.0svn )
30
+ set (PACKAGE_VERSION 8 .0.0svn )
31
31
set (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION} " )
32
32
set (PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org" )
33
33
Original file line number Diff line number Diff line change 40
40
41
41
# General information about the project.
42
42
project = u'libc++'
43
- copyright = u'2011-2017 , LLVM Project'
43
+ copyright = u'2011-2018 , LLVM Project'
44
44
45
45
# The version info for the project you're documenting, acts as replacement for
46
46
# |version| and |release|, also used in various other places throughout the
47
47
# built documents.
48
48
#
49
49
# The short X.Y version.
50
- version = '7 .0'
50
+ version = '8 .0'
51
51
# The full version, including alpha/beta/rc tags.
52
- release = '7 .0'
52
+ release = '8 .0'
53
53
54
54
# The language for content autogenerated by Sphinx. Refer to documentation
55
55
# for a list of supported languages.
Original file line number Diff line number Diff line change 33
33
# define _GNUC_VER_NEW 0
34
34
#endif
35
35
36
- #define _LIBCPP_VERSION 7000
36
+ #define _LIBCPP_VERSION 8000
37
37
38
38
#ifndef _LIBCPP_ABI_VERSION
39
39
# ifdef __Fuchsia__
Original file line number Diff line number Diff line change 1
- 7000
1
+ 8000
You can’t perform that action at this time.
0 commit comments