summaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-27 04:58:33 +0000
committerChris Lattner <sabre@nondot.org>2006-07-27 04:58:33 +0000
commitbbf68947c8e2ea057ab3de8cb59310090b527216 (patch)
treea7a785bf44a84404f5a228445a0c1e31f040ad6f /autoconf
parent6883a88fdbcb386d4d7d8d2714be7bd2e0e29ed9 (diff)
downloadexternal_llvm-bbf68947c8e2ea057ab3de8cb59310090b527216.zip
external_llvm-bbf68947c8e2ea057ab3de8cb59310090b527216.tar.gz
external_llvm-bbf68947c8e2ea057ab3de8cb59310090b527216.tar.bz2
Bump version #
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29327 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 b5fcccb..31185a0 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]],[[1.8cvs]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[1.9cvs]],[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.