summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2012-04-20 19:28:40 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2012-04-20 19:28:40 +0000
commit1b0b45bd82c6ac3f8c4114b6daec16aa006642ba (patch)
tree39d1d44ed6d4a589b51f39a7794340790a691d2e /docs/conf.py
parenta9498a2ee63f11ca925497199b96abcefdd70582 (diff)
downloadllvm-1b0b45bd82c6ac3f8c4114b6daec16aa006642ba.tar.gz
llvm-1b0b45bd82c6ac3f8c4114b6daec16aa006642ba.tar.bz2
llvm-1b0b45bd82c6ac3f8c4114b6daec16aa006642ba.tar.xz
[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/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4d433320c4..df713558ca 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.