diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2012-04-20 19:28:40 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2012-04-20 19:28:40 +0000 |
commit | 1b0b45bd82c6ac3f8c4114b6daec16aa006642ba (patch) | |
tree | 39d1d44ed6d4a589b51f39a7794340790a691d2e /docs | |
parent | a9498a2ee63f11ca925497199b96abcefdd70582 (diff) | |
download | llvm-1b0b45bd82c6ac3f8c4114b6daec16aa006642ba.tar.gz |
[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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4d433320c46a..df713558ca98 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. |