From 0b783fc554d60729e19485891b5a7743fd609635 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Mon, 28 Jul 2014 22:10:52 +0000 Subject: 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 --- autoconf/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoconf') 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 -- cgit v1.2.3