r275848 - docs/conf.py: update version to 4.0
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 18 11:13:08 PDT 2016
Author: hans
Date: Mon Jul 18 13:13:08 2016
New Revision: 275848
URL: http://llvm.org/viewvc/llvm-project?rev=275848&view=rev
Log:
docs/conf.py: update version to 4.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=275848&r1=275847&r2=275848&view=diff
==============================================================================
--- cfe/trunk/docs/analyzer/conf.py (original)
+++ cfe/trunk/docs/analyzer/conf.py Mon Jul 18 13:13:08 2016
@@ -49,9 +49,9 @@ copyright = u'2013-%d, Analyzer Team' %
# 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.
Modified: cfe/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/conf.py?rev=275848&r1=275847&r2=275848&view=diff
==============================================================================
--- cfe/trunk/docs/conf.py (original)
+++ cfe/trunk/docs/conf.py Mon Jul 18 13:13:08 2016
@@ -49,9 +49,9 @@ copyright = u'2007-%d, The Clang Team' %
# 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.
More information about the cfe-commits
mailing list