From 0e978de2a95d4e9b48bee2ba230f5a855e2c0cdd Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 12 Jan 2017 21:43:32 +0000 Subject: [PATCH] Update docs/conf.py version llvm-svn: 291833 --- lld/docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lld/docs/conf.py b/lld/docs/conf.py index 6faed2fc9801..410b33e98ace 100644 --- a/lld/docs/conf.py +++ b/lld/docs/conf.py @@ -47,10 +47,10 @@ copyright = u'2011-%d, LLVM Project' % date.today().year # |version| and |release|, also used in various other places throughout the # built documents. # -# The short X.Y version. -version = '4.0' +# The short version. +version = '5' # The full version, including alpha/beta/rc tags. -release = '4.0' +release = '5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.