diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-07-28 22:10:52 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-07-28 22:10:52 +0000 |
commit | 831f05802e36c8002213a42e63b2a9a501a294d1 (patch) | |
tree | aa44961127b4ee00ea1bee377553dc52109fc6db /llvm/docs/conf.py | |
parent | 4462ec6c022c1d5a0afd5eb792a562f3cf9f0df0 (diff) | |
download | bcm5719-llvm-831f05802e36c8002213a42e63b2a9a501a294d1.tar.gz bcm5719-llvm-831f05802e36c8002213a42e63b2a9a501a294d1.zip |
Update LLVM version: 3.5 => 3.6
We branched 3.5, it's now time to work on 3.6.
This is Sylvestre's patch from [1] plus regenerated configure
file by me, and minus the release notes reset, which Sean
pointed out [2] should happen later.
1. http://reviews.llvm.org/D4660
2. http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140721/111137.html
llvm-svn: 214131
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r-- | llvm/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index 17d21f31424..659c3e07fb6 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -47,9 +47,9 @@ copyright = u'2003-2014, LLVM Project' # built documents. # # The short X.Y version. -version = '3.4' +version = '3.6' # The full version, including alpha/beta/rc tags. -release = '3.4' +release = '3.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |