diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-01-12 21:42:38 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-01-12 21:42:38 +0000 |
commit | 73c01543ec2df1cf496d8f28b17ed37932d87faa (patch) | |
tree | c287c37bed4e8dbb4d3fae04c156905b83db2fcb /clang-tools-extra/docs/conf.py | |
parent | bdc3c873072573f3fdbdf18a33e3854f1c56d3cb (diff) | |
download | bcm5719-llvm-73c01543ec2df1cf496d8f28b17ed37932d87faa.tar.gz bcm5719-llvm-73c01543ec2df1cf496d8f28b17ed37932d87faa.zip |
Update docs/conf.py version
llvm-svn: 291832
Diffstat (limited to 'clang-tools-extra/docs/conf.py')
-rw-r--r-- | clang-tools-extra/docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/docs/conf.py b/clang-tools-extra/docs/conf.py index 8d74baf5479..e872c5599ac 100644 --- a/clang-tools-extra/docs/conf.py +++ b/clang-tools-extra/docs/conf.py @@ -48,10 +48,10 @@ copyright = u'2007-%d, The Clang Team' % date.today().year # |version| and |release|, also used in various other places throughout the # built documents. # -# The short X.Y version. -version = '4.0' +# The short version. +version = '5' # The full version, including alpha/beta/rc tags. -release = '4.0' +release = '5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |