summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-05-07 20:31:28 +0000
committerBill Wendling <isanbard@gmail.com>2013-05-07 20:31:28 +0000
commit37df82db8f0d9388fc8aba8c2db641bdab3a938b (patch)
treef0103c874053593a16c9c9fd18a24e67c36755df /llvm/autoconf
parentd522158df01a5b8c72239797d9c4944779cd3950 (diff)
downloadbcm5719-llvm-37df82db8f0d9388fc8aba8c2db641bdab3a938b.tar.gz
bcm5719-llvm-37df82db8f0d9388fc8aba8c2db641bdab3a938b.zip
We're in 3.4 land now.
llvm-svn: 181350
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 adcfa494651..1dee872c497 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.3svn],[http://llvm.org/bugs/])
+AC_INIT([LLVM],[3.4svn],[http://llvm.org/bugs/])
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
-AC_DEFINE([LLVM_VERSION_MINOR], [3], [Minor version of the LLVM API])
+AC_DEFINE([LLVM_VERSION_MINOR], [4], [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