summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-11-20 10:10:50 +0000
committerBill Wendling <isanbard@gmail.com>2013-11-20 10:10:50 +0000
commit85f3f614187a12288a06eaeb9d237ed99d4d8257 (patch)
tree4606ac7a8b2d097f3f112c8b56a2fd7c4007d48e /autoconf
parent29086acc6ea99a8e1a9b5a84038ac3f696f13958 (diff)
downloadllvm-85f3f614187a12288a06eaeb9d237ed99d4d8257.tar.gz
llvm-85f3f614187a12288a06eaeb9d237ed99d4d8257.tar.bz2
llvm-85f3f614187a12288a06eaeb9d237ed99d4d8257.tar.xz
Update to reflect the next release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 5678a21f60..8d23ad3ddd 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -31,9 +31,9 @@ dnl===
dnl===-----------------------------------------------------------------------===
dnl Initialize autoconf and define the package name, version number and
dnl address for reporting bugs.
-AC_INIT([LLVM],[3.4svn],[http://llvm.org/bugs/])
+AC_INIT([LLVM],[3.5svn],[http://llvm.org/bugs/])
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
-AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API])
+AC_DEFINE([LLVM_VERSION_MINOR], [5], [Minor version of the LLVM API])
dnl Provide a copyright substitution and ensure the copyright notice is included
dnl in the output of --version option of the generated configure script.