r308466 - Bump docs version to 6.0
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 19 06:50:27 PDT 2017
Author: hans
Date: Wed Jul 19 06:50:27 2017
New Revision: 308466
URL: http://llvm.org/viewvc/llvm-project?rev=308466&view=rev
Log:
Bump docs version to 6.0
Modified:
cfe/trunk/docs/analyzer/conf.py
cfe/trunk/docs/conf.py
Modified: cfe/trunk/docs/analyzer/conf.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/analyzer/conf.py?rev=308466&r1=308465&r2=308466&view=diff
==============================================================================
--- cfe/trunk/docs/analyzer/conf.py (original)
+++ cfe/trunk/docs/analyzer/conf.py Wed Jul 19 06:50:27 2017
@@ -49,9 +49,9 @@ copyright = u'2013-%d, Analyzer Team' %
# 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.
Modified: cfe/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/conf.py?rev=308466&r1=308465&r2=308466&view=diff
==============================================================================
--- cfe/trunk/docs/conf.py (original)
+++ cfe/trunk/docs/conf.py Wed Jul 19 06:50:27 2017
@@ -49,9 +49,9 @@ copyright = u'2007-%d, The Clang Team' %
# 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.
More information about the cfe-commits
mailing list