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 | 0b783fc554d60729e19485891b5a7743fd609635 (patch) | |
tree | 476b75009399e4b105ea3b383b1e82164ba4cb0a /autoconf | |
parent | 8a865f3b90eaace2a37da96e3ef3cc36cb6f29fc (diff) |
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 96ca6c1f5ef..837213a75d3 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -35,7 +35,7 @@ dnl address for reporting bugs. AC_INIT([LLVM],[3.5.0svn],[http://llvm.org/bugs/]) LLVM_VERSION_MAJOR=3 -LLVM_VERSION_MINOR=5 +LLVM_VERSION_MINOR=6 LLVM_VERSION_PATCH=0 LLVM_VERSION_SUFFIX=svn |