diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-07-19 13:51:07 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-07-19 13:51:07 +0000 |
commit | 25aedcc7b22b83b0d9e68f5e77284d7f72e9622b (patch) | |
tree | 20c16a19e34000d1ba731d703d027fb2084b2e6a /clang-tools-extra/docs/conf.py | |
parent | 825c37e4febf6acf4354677f27eb036acd8dfe53 (diff) | |
download | bcm5719-llvm-25aedcc7b22b83b0d9e68f5e77284d7f72e9622b.tar.gz bcm5719-llvm-25aedcc7b22b83b0d9e68f5e77284d7f72e9622b.zip |
Bump docs version to 6.0
llvm-svn: 308467
Diffstat (limited to 'clang-tools-extra/docs/conf.py')
-rw-r--r-- | clang-tools-extra/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/docs/conf.py b/clang-tools-extra/docs/conf.py index e872c5599ac..6f3a2016eb2 100644 --- a/clang-tools-extra/docs/conf.py +++ b/clang-tools-extra/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. |