[libcxx] r308462 - Bump docs version to 6.0
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 19 06:46:11 PDT 2017
Author: hans
Date: Wed Jul 19 06:46:11 2017
New Revision: 308462
URL: http://llvm.org/viewvc/llvm-project?rev=308462&view=rev
Log:
Bump docs version to 6.0
Modified:
libcxx/trunk/docs/conf.py
Modified: libcxx/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/conf.py?rev=308462&r1=308461&r2=308462&view=diff
==============================================================================
--- libcxx/trunk/docs/conf.py (original)
+++ libcxx/trunk/docs/conf.py Wed Jul 19 06:46:11 2017
@@ -47,9 +47,9 @@ copyright = u'2011-2017, LLVM Project'
# built documents.
#
# The short X.Y version.
-version = '5.0'
+version = '6.0'
# The full version, including alpha/beta/rc tags.
-release = '5.0'
+release = '6.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