summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-03-19 21:40:45 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-03-19 21:40:45 +0000
commit3f8fa50dff59ae4e4b3261beb11be045e0bd0fee (patch)
tree504a44445133268720b2cead63d6a3fa1dd2ab27 /autoconf
parent709048c47b61f310fbee126138c2056a120b8127 (diff)
downloadllvm-3f8fa50dff59ae4e4b3261beb11be045e0bd0fee.tar.gz
llvm-3f8fa50dff59ae4e4b3261beb11be045e0bd0fee.tar.bz2
llvm-3f8fa50dff59ae4e4b3261beb11be045e0bd0fee.tar.xz
Bump version to 3.4.1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@204266 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 2fd8702306..7b4bae7e71 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -32,11 +32,11 @@ dnl===-----------------------------------------------------------------------===
dnl Initialize autoconf and define the package name, version number and
dnl address for reporting bugs.
-AC_INIT([LLVM],[3.4.0],[http://llvm.org/bugs/])
+AC_INIT([LLVM],[3.4.1],[http://llvm.org/bugs/])
LLVM_VERSION_MAJOR=3
LLVM_VERSION_MINOR=4
-LLVM_VERSION_PATCH=0
+LLVM_VERSION_PATCH=1
LLVM_VERSION_SUFFIX=
AC_DEFINE_UNQUOTED([LLVM_VERSION_MAJOR], $LLVM_VERSION_MAJOR, [Major version of the LLVM API])