summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-14 02:55:43 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-14 02:55:43 +0000
commit0667f6f327961bb38941b78cd6b4eaac55a325cc (patch)
tree03eb00f432ab9e667297eb498fa2c3c0ef65179b /autoconf
parentbb5c43e73da17281f7de0b28bb8767406cea728b (diff)
downloadllvm-0667f6f327961bb38941b78cd6b4eaac55a325cc.tar.gz
llvm-0667f6f327961bb38941b78cd6b4eaac55a325cc.tar.bz2
llvm-0667f6f327961bb38941b78cd6b4eaac55a325cc.tar.xz
remove the "cvs" part of the version number for the release branch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27686 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 9959c6ee7a..465e0e5b86 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.7cvs]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[1.7]],[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.