diff options
author | Hans Wennborg <hans@hanshq.net> | 2018-08-01 13:54:28 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2018-08-01 13:54:28 +0000 |
commit | 25977548aa5ad7cfe45a17e4ba136abfa4613b96 (patch) | |
tree | d479a6b546cbbaa5e7621306d1b3117f7e163d0d /libcxx/docs/conf.py | |
parent | 67106b5e08c9c8d78aa180ac0eb0038cc5bc191b (diff) | |
download | bcm5719-llvm-25977548aa5ad7cfe45a17e4ba136abfa4613b96.tar.gz bcm5719-llvm-25977548aa5ad7cfe45a17e4ba136abfa4613b96.zip |
Update version to 8.0.0svn: cmake, includes files and docs
llvm-svn: 338555
Diffstat (limited to 'libcxx/docs/conf.py')
-rw-r--r-- | libcxx/docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py index 4c1ea3653cd..f532e303c6c 100644 --- a/libcxx/docs/conf.py +++ b/libcxx/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. |