aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2009-01-22 05:17:59 +0000
committerTanya Lattner <tonic@nondot.org>2009-01-22 05:17:59 +0000
commit3fa4a44d3bcd852b2af5dd5f5c04b2ec92885b92 (patch)
tree6efb81642515e7f057f8aed0385fb39f784b6f74 /autoconf
parenta80079ff532df231aa826f26b60edd4c5cc068e8 (diff)
downloadexternal_llvm-3fa4a44d3bcd852b2af5dd5f5c04b2ec92885b92.zip
external_llvm-3fa4a44d3bcd852b2af5dd5f5c04b2ec92885b92.tar.gz
external_llvm-3fa4a44d3bcd852b2af5dd5f5c04b2ec92885b92.tar.bz2
Bump to 2.6svn.
Regenerate configure (last regen was with the wrong version). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62751 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 b9585de..5d551a7 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 email address for reporting bugs.
-AC_INIT([[llvm]],[[2.5svn]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[2.6svn]],[llvmbugs@cs.uiuc.edu])
dnl Provide a copyright substitution and ensure the copyright notice is included
dnl in the output of --version option of the generated configure script.