diff options
author | John Criswell <criswell@uiuc.edu> | 2005-05-18 20:18:40 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-05-18 20:18:40 +0000 |
commit | 5690c536942d602279b6040d7f2b2536c0185417 (patch) | |
tree | 1cbd94b8af133c25639544fdbfe501aebeab83fd /autoconf | |
parent | 8bfe6a7e5f7d49d5472c6bb41d9f2e8c0a37645c (diff) | |
download | external_llvm-5690c536942d602279b6040d7f2b2536c0185417.zip external_llvm-5690c536942d602279b6040d7f2b2536c0185417.tar.gz external_llvm-5690c536942d602279b6040d7f2b2536c0185417.tar.bz2 |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index d0dcccd..165a59a 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. |