diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-07 16:32:35 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-07 16:32:35 +0000 |
commit | 49011b52fcba02a6051957b84705159f52fae4e4 (patch) | |
tree | 99654a7bec5100d4946dd9006e41d4718e0f14bd /autoconf/configure.ac | |
parent | d39c594d39df7f283c2fb8a704a3f31c501180d9 (diff) |
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index de327449e23d..0596dd60d230 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]],[[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. |