From 87d6714a762faaa3de867761af9c33543fa41bac Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Fri, 20 Apr 2012 19:30:12 +0000 Subject: [docs] Update version number. I suggest that at some point we make the build system generate this file with the proper version. llvm-svn: 155222 --- lld/docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lld/docs/conf.py') diff --git a/lld/docs/conf.py b/lld/docs/conf.py index bb3ee8ff554..0657eb8335d 100644 --- a/lld/docs/conf.py +++ b/lld/docs/conf.py @@ -47,9 +47,9 @@ copyright = u'2012, LLVM Project' # built documents. # # The short X.Y version. -version = '3.1' +version = '3.2' # The full version, including alpha/beta/rc tags. -release = '3.1' +release = '3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1