summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-11-20 09:55:44 +0000
committerBill Wendling <isanbard@gmail.com>2013-11-20 09:55:44 +0000
commitc817d3e36d82787e639668dc1b898fd17415570d (patch)
tree49d521f044e9a6cf4adc2be8b28023e25510d420 /autoconf
parentdd9c5e98c87a33eae1fe0ec9e03bc41f6f3a731d (diff)
downloadllvm-c817d3e36d82787e639668dc1b898fd17415570d.tar.gz
llvm-c817d3e36d82787e639668dc1b898fd17415570d.tar.bz2
llvm-c817d3e36d82787e639668dc1b898fd17415570d.tar.xz
Regenerate configure files with 3.4svn changed to 3.4.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195231 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 5678a21f60..a9d491548f 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -31,7 +31,7 @@ dnl===
dnl===-----------------------------------------------------------------------===
dnl Initialize autoconf and define the package name, version number and
dnl address for reporting bugs.
-AC_INIT([LLVM],[3.4svn],[http://llvm.org/bugs/])
+AC_INIT([LLVM],[3.4],[http://llvm.org/bugs/])
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API])