diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-04-20 18:15:07 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-04-20 18:15:07 +0000 |
commit | b85b2d5a55919953d7e18398d8cd87291728b297 (patch) | |
tree | b56e16c0af570d10f512ca129ce2aa10c33c2f4a /autoconf/configure.ac | |
parent | d8b3ed8f25c1ba76a6db875cd2d6eaa016bd4646 (diff) | |
download | external_llvm-b85b2d5a55919953d7e18398d8cd87291728b297.zip external_llvm-b85b2d5a55919953d7e18398d8cd87291728b297.tar.gz external_llvm-b85b2d5a55919953d7e18398d8cd87291728b297.tar.bz2 |
Kick off 3.2 cycle for LLVM trunk.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r-- | autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index a3961ef..1da752d 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.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. |