summaryrefslogtreecommitdiff
path: root/llvm/autoconf
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-10-06 23:26:40 +0000
committerBill Wendling <isanbard@gmail.com>2010-10-06 23:26:40 +0000
commit174b5ffc4b61ce599310e0a0fc7c7a8696666343 (patch)
tree98b6a818697f5e225cda0ecdf569847318edd378 /llvm/autoconf
parent39c80225b2cfd5c6600887a3e923d96bbbebf107 (diff)
downloadllvmorg-2.8.0.tar.gz
Rename 2.8rc to 2.8.llvmorg-2.8.0release/2.8.x
llvm-svn: 115863
Diffstat (limited to 'llvm/autoconf')
-rw-r--r--llvm/autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index de327449e23d..0596dd60d230 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/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]],[[2.8rc]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[2.8]],[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.