diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-10-06 23:26:40 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-10-06 23:26:40 +0000 |
commit | 174b5ffc4b61ce599310e0a0fc7c7a8696666343 (patch) | |
tree | 98b6a818697f5e225cda0ecdf569847318edd378 /llvm/autoconf | |
parent | 39c80225b2cfd5c6600887a3e923d96bbbebf107 (diff) | |
download | llvmorg-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.ac | 2 |
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. |