Skip to content

Commit db9b3d8

Browse files
committed
Update version to 8.0.0svn: cmake, includes files and docs
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@338555 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f7410f4 commit db9b3d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
2727
project(libcxx CXX C)
2828

2929
set(PACKAGE_NAME libcxx)
30-
set(PACKAGE_VERSION 7.0.0svn)
30+
set(PACKAGE_VERSION 8.0.0svn)
3131
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
3232
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")
3333

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040

4141
# General information about the project.
4242
project = u'libc++'
43-
copyright = u'2011-2017, LLVM Project'
43+
copyright = u'2011-2018, LLVM Project'
4444

4545
# The version info for the project you're documenting, acts as replacement for
4646
# |version| and |release|, also used in various other places throughout the
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = '7.0'
50+
version = '8.0'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '7.0'
52+
release = '8.0'
5353

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.

include/__config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# define _GNUC_VER_NEW 0
3434
#endif
3535

36-
#define _LIBCPP_VERSION 7000
36+
#define _LIBCPP_VERSION 8000
3737

3838
#ifndef _LIBCPP_ABI_VERSION
3939
# ifdef __Fuchsia__

include/__libcpp_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7000
1+
8000

0 commit comments

Comments
 (0)