From 775993ca7d6a0e16b26b3fd39efb55af1299960e Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 14 Jul 2015 22:53:35 +0000 Subject: [PATCH] docs/conf.py: update version to 3.8 llvm-svn: 242240 --- clang/docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/docs/conf.py b/clang/docs/conf.py index b7ed23a..edb2d37 100644 --- a/clang/docs/conf.py +++ b/clang/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2007-2015, 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. -- 2.7.4