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 | 00a4d096119265ec9e6ea0bf9634d4dc30a6f20b (patch) | |
tree | 685d969ee579b252e1f890ad7f200ce2e40754b2 /autoconf/configure.ac | |
parent | c9531c63429f8db225051e32ff117264d96d5f80 (diff) |
Rename 2.8rc to 2.8.release_28
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_28@115863 91177308-0d34-0410-b5e6-96231b3b80d8
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 de327449e2..0596dd60d2 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. |