summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-05-18 20:18:40 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-05-18 20:18:40 +0000
commit5690c536942d602279b6040d7f2b2536c0185417 (patch)
tree1cbd94b8af133c25639544fdbfe501aebeab83fd /autoconf
parent8bfe6a7e5f7d49d5472c6bb41d9f2e8c0a37645c (diff)
downloadllvm-5690c536942d602279b6040d7f2b2536c0185417.tar.gz
llvm-5690c536942d602279b6040d7f2b2536c0185417.tar.bz2
llvm-5690c536942d602279b6040d7f2b2536c0185417.tar.xz
Updated version to LLVM 1.6 CVS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22122 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 d0dcccd4df..165a59a9e9 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.5]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[1.6cvs]],[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.