From: Hans Wennborg Date: Thu, 12 Jan 2017 21:41:38 +0000 (+0000) Subject: Update docs/conf.py version X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b35448f92677177a624601333335983e9b0db4b9;p=clang Update docs/conf.py version git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291831 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/analyzer/conf.py b/docs/analyzer/conf.py index 6b54b0646e..c40af7a5e8 100644 --- a/docs/analyzer/conf.py +++ b/docs/analyzer/conf.py @@ -48,10 +48,10 @@ copyright = u'2013-%d, Analyzer 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. diff --git a/docs/conf.py b/docs/conf.py index 4683ca567e..a9861cd517 100644 --- a/docs/conf.py +++ b/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.