diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-05-07 20:31:28 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-05-07 20:31:28 +0000 |
commit | 0c25b8f07e4ff033bf630d48cac28fedee1f4c55 (patch) | |
tree | b9e33fe69b809affb1e5914c2503b2351f3ee99c /docs | |
parent | 4247ca40d364709aa5beb9fd0b03bee442933483 (diff) |
We're in 3.4 land now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181350 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 0ac3b7836b..d71f46e999 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,9 +47,9 @@ copyright = u'2003-2013, LLVM Project' # built documents. # # The short X.Y version. -version = '3.3' +version = '3.4' # The full version, including alpha/beta/rc tags. -release = '3.3' +release = '3.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |