summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-08-01 13:54:28 +0000
committerHans Wennborg <hans@hanshq.net>2018-08-01 13:54:28 +0000
commitdb9b3d81a40eaf854e6fa34b2aedcf2885e97983 (patch)
treeb4d040a94f79368ff504b3c68a8b491acfabf57d /docs
parentf7410f4f856eaeb9c7c088763bd4ad26db635745 (diff)
downloadlibcxx-db9b3d81a40eaf854e6fa34b2aedcf2885e97983.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4c1ea3653..f532e303c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,16 +40,16 @@ master_doc = 'index'
# General information about the project.
project = u'libc++'
-copyright = u'2011-2017, LLVM Project'
+copyright = u'2011-2018, LLVM Project'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '7.0'
+version = '8.0'
# The full version, including alpha/beta/rc tags.
-release = '7.0'
+release = '8.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.