summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-07-19 13:50:27 +0000
committerHans Wennborg <hans@hanshq.net>2017-07-19 13:50:27 +0000
commit82f4215b772fb737009d1302228405ebf3677ef8 (patch)
treef3c68c34479876900e902cb38648df3f4e1a95d2
parent0e62ce1a79a14e956814a97eb17b86fc1716afab (diff)
Bump docs version to 6.0
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308466 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/analyzer/conf.py4
-rw-r--r--docs/conf.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/analyzer/conf.py b/docs/analyzer/conf.py
index c40af7a5e8..09967598ac 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 version.
-version = '5'
+version = '6'
# The full version, including alpha/beta/rc tags.
-release = '5'
+release = '6'
# 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 a9861cd517..a12f99ad6d 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 version.
-version = '5'
+version = '6'
# The full version, including alpha/beta/rc tags.
-release = '5'
+release = '6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.