From 1b0b45bd82c6ac3f8c4114b6daec16aa006642ba Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Fri, 20 Apr 2012 19:28:40 +0000 Subject: [PATCH] [docs] Update version number. I suggest that at some point we make the build system generate this file with the proper version. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155221 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4d433320c46..df713558ca9 100644 --- a/docs/conf.py +++ b/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. -- 2.11.0