summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-14 03:01:27 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-14 03:01:27 +0000
commit57d37252b9d7fa437cdbb7a60b2c7379fa019319 (patch)
treeba81fe7f574ae7a45b698f99ca19e5cfdd9f7790 /autoconf
parent0667f6f327961bb38941b78cd6b4eaac55a325cc (diff)
downloadllvm-57d37252b9d7fa437cdbb7a60b2c7379fa019319.tar.gz
llvm-57d37252b9d7fa437cdbb7a60b2c7379fa019319.tar.bz2
llvm-57d37252b9d7fa437cdbb7a60b2c7379fa019319.tar.xz
Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27687 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 465e0e5b86..c9ec110697 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.7]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[1.8cvs]],[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.