From 05b45f1569b5545e98340247c53095134e266be3 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Mon, 18 Jul 2016 18:13:08 +0000 Subject: [PATCH] docs/conf.py: update version to 4.0 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275848 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/analyzer/conf.py | 4 ++-- docs/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/analyzer/conf.py b/docs/analyzer/conf.py index 53f3cb869e..6b54b0646e 100644 --- a/docs/analyzer/conf.py +++ b/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/docs/conf.py b/docs/conf.py index 1e8894ac8f..4683ca567e 100644 --- a/docs/conf.py +++ b/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. -- 2.40.0