summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-29 08:35:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-29 08:35:03 +0000
commit7b3455878cb86e3a6f7011e7ee4d471768614f7e (patch)
treea067b62bcfdf062f81890f7cca6d78332d952824 /autoconf
parenta3b8caf8a739fe19ab27259dc95a9771c11df16f (diff)
[autoconf] Fixup s/3.5/3.6/. Clang's ident was 3.5.0svn in autoconf build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 837213a75d3..9498bae053b 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -32,7 +32,7 @@ dnl===-----------------------------------------------------------------------===
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=6