summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-04-20 18:15:07 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-04-20 18:15:07 +0000
commitfbb9f485f8641bee4ef37f0778148a88d08b0a40 (patch)
tree34142210487b084d50816fba38907fce743ab68e /llvm/autoconf
parent2937df45a811273c198c4795a3dc11fe7e784424 (diff)
downloadbcm5719-llvm-fbb9f485f8641bee4ef37f0778148a88d08b0a40.tar.gz
bcm5719-llvm-fbb9f485f8641bee4ef37f0778148a88d08b0a40.zip
Kick off 3.2 cycle for LLVM trunk.
llvm-svn: 155211
Diffstat (limited to 'llvm/autoconf')
-rw-r--r--llvm/autoconf/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index a3961efe1b5..1da752dc68c 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/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.1svn],[http://llvm.org/bugs/])
+AC_INIT([LLVM],[3.2svn],[http://llvm.org/bugs/])
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
-AC_DEFINE([LLVM_VERSION_MINOR], [1], [Minor version of the LLVM API])
+AC_DEFINE([LLVM_VERSION_MINOR], [2], [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.
OpenPOWER on IntegriCloud