[clang-tools-extra] r242247 - docs/conf.py: bump version to 3.8
Hans Wennborg
hans at hanshq.net
Tue Jul 14 16:37:08 PDT 2015
Author: hans
Date: Tue Jul 14 18:37:08 2015
New Revision: 242247
URL: http://llvm.org/viewvc/llvm-project?rev=242247&view=rev
Log:
docs/conf.py: bump version to 3.8
Modified:
clang-tools-extra/trunk/docs/conf.py
Modified: clang-tools-extra/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/conf.py?rev=242247&r1=242246&r2=242247&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/conf.py (original)
+++ clang-tools-extra/trunk/docs/conf.py Tue Jul 14 18:37:08 2015
@@ -48,9 +48,9 @@ copyright = u'2007-2014, The Clang Team'
# built documents.
#
# The short X.Y version.
-version = '3.7'
+version = '3.8'
# The full version, including alpha/beta/rc tags.
-release = '3.7'
+release = '3.8'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
More information about the cfe-commits
mailing list