From fbb9f485f8641bee4ef37f0778148a88d08b0a40 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 20 Apr 2012 18:15:07 +0000 Subject: Kick off 3.2 cycle for LLVM trunk. llvm-svn: 155211 --- llvm/autoconf/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/autoconf/configure.ac') 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. -- cgit v1.2.3