diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-07-19 13:50:27 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-07-19 13:50:27 +0000 |
commit | 825c37e4febf6acf4354677f27eb036acd8dfe53 (patch) | |
tree | 330993bb5a6d1080553701c6ca70d186d2e72961 | |
parent | 050b2cd1dfa7d7d05503a249b24ccbdde06607ea (diff) | |
download | bcm5719-llvm-825c37e4febf6acf4354677f27eb036acd8dfe53.tar.gz bcm5719-llvm-825c37e4febf6acf4354677f27eb036acd8dfe53.zip |
Bump docs version to 6.0
llvm-svn: 308466
-rw-r--r-- | clang/docs/analyzer/conf.py | 4 | ||||
-rw-r--r-- | clang/docs/conf.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/clang/docs/analyzer/conf.py b/clang/docs/analyzer/conf.py index c40af7a5e83..09967598acb 100644 --- a/clang/docs/analyzer/conf.py +++ b/clang/docs/analyzer/conf.py @@ -49,9 +49,9 @@ copyright = u'2013-%d, Analyzer Team' % date.today().year # built documents. # # The short version. -version = '5' +version = '6' # The full version, including alpha/beta/rc tags. -release = '5' +release = '6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/clang/docs/conf.py b/clang/docs/conf.py index a9861cd5170..a12f99ad6d9 100644 --- a/clang/docs/conf.py +++ b/clang/docs/conf.py @@ -49,9 +49,9 @@ copyright = u'2007-%d, The Clang Team' % date.today().year # built documents. # # The short version. -version = '5' +version = '6' # The full version, including alpha/beta/rc tags. -release = '5' +release = '6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |