diff options
author | dim <dim@FreeBSD.org> | 2010-10-07 20:31:07 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-10-07 20:31:07 +0000 |
commit | bd9a22a54ea3eebd6e9ce34ba6f339c76dae2c62 (patch) | |
tree | 28998061a324b4c40ce3f58faa8fd1bb4173fc9d /contrib/llvm/autoconf/configure.ac | |
parent | 472b886ca9cf75d7d3b2bb9a4902aa73f50cff6b (diff) | |
download | FreeBSD-src-bd9a22a54ea3eebd6e9ce34ba6f339c76dae2c62.zip FreeBSD-src-bd9a22a54ea3eebd6e9ce34ba6f339c76dae2c62.tar.gz |
Upgrade Clang and LLVM to the 2.8 release. See here for release notes:
http://llvm.org/releases/2.8/docs/ReleaseNotes.html
Approved by: rpaulo (mentor)
Diffstat (limited to 'contrib/llvm/autoconf/configure.ac')
-rw-r--r-- | contrib/llvm/autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/autoconf/configure.ac b/contrib/llvm/autoconf/configure.ac index de32744..0596dd6 100644 --- a/contrib/llvm/autoconf/configure.ac +++ b/contrib/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. |