diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-07-19 13:46:11 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-07-19 13:46:11 +0000 |
commit | dd2f4e0288b45af73b3b3c59444e405e934b8a98 (patch) | |
tree | 762357cd81fcbbcb6332c396f88f1e8c24eb5969 /libcxx/docs/conf.py | |
parent | a25946c8e886d497fd3ab0bad750806fda9d3c30 (diff) | |
download | bcm5719-llvm-dd2f4e0288b45af73b3b3c59444e405e934b8a98.tar.gz bcm5719-llvm-dd2f4e0288b45af73b3b3c59444e405e934b8a98.zip |
Bump docs version to 6.0
llvm-svn: 308462
Diffstat (limited to 'libcxx/docs/conf.py')
-rw-r--r-- | libcxx/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py index 17fb401a847..bb231ac3e35 100644 --- a/libcxx/docs/conf.py +++ b/libcxx/docs/conf.py @@ -47,9 +47,9 @@ copyright = u'2011-2017, LLVM Project' # built documents. # # The short X.Y version. -version = '5.0' +version = '6.0' # The full version, including alpha/beta/rc tags. -release = '5.0' +release = '6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |