[PATCH] Update LLVM version: 3.5 => 3.6

Sylvestre Ledru sylvestre at debian.org
Thu Jul 24 11:08:25 PDT 2014


Hi void, chandlerc,

We branched 3.5, it is now time to work on 3.6

http://reviews.llvm.org/D4660

Files:
  autoconf/configure.ac

Index: autoconf/configure.ac
===================================================================
--- autoconf/configure.ac
+++ autoconf/configure.ac
@@ -32,10 +32,10 @@
 dnl Initialize autoconf and define the package name, version number and
 dnl address for reporting bugs.
 
-AC_INIT([LLVM],[3.5.0svn],[http://llvm.org/bugs/])
+AC_INIT([LLVM],[3.6.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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4660.11850.patch
Type: text/x-patch
Size: 498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140724/ad55ffca/attachment.bin>


More information about the cfe-commits mailing list