diff options
author | Hans Wennborg <hans@hanshq.net> | 2015-07-14 23:37:08 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2015-07-14 23:37:08 +0000 |
commit | 0b1f36e2c81646b3e9351ec88d1ed842a6423c4c (patch) | |
tree | 13dc98c3074e906c369364776cb40d06995f0a87 /clang-tools-extra/docs/conf.py | |
parent | ccb37385275818aaeabc4f60cf9655d6075c2478 (diff) | |
download | bcm5719-llvm-0b1f36e2c81646b3e9351ec88d1ed842a6423c4c.tar.gz bcm5719-llvm-0b1f36e2c81646b3e9351ec88d1ed842a6423c4c.zip |
docs/conf.py: bump version to 3.8
llvm-svn: 242247
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 099670b31a5..593fdfd4a46 100644 --- a/clang-tools-extra/docs/conf.py +++ b/clang-tools-extra/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2007-2014, The Clang Team' # built documents. # # The short X.Y version. -version = '3.7' +version = '3.8' # The full version, including alpha/beta/rc tags. -release = '3.7' +release = '3.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |