diff options
Diffstat (limited to 'clang')
-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 53f3cb869e5..6b54b0646ec 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 X.Y version. -version = '3.4' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.4' +release = '4.0' # 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 1e8894ac8fe..4683ca567ec 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 X.Y version. -version = '3.9' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.9' +release = '4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |