[llvm-commits] [llvm] r98989 - /llvm/trunk/autoconf/configure.ac

Tanya Lattner tonic at nondot.org
Fri Mar 19 14:19:10 PDT 2010


Author: tbrethou
Date: Fri Mar 19 16:19:10 2010
New Revision: 98989

URL: http://llvm.org/viewvc/llvm-project?rev=98989&view=rev
Log:
Bump version number.

Modified:
    llvm/trunk/autoconf/configure.ac

Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=98989&r1=98988&r2=98989&view=diff
==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Fri Mar 19 16:19:10 2010
@@ -31,7 +31,7 @@
 dnl===-----------------------------------------------------------------------===
 dnl Initialize autoconf and define the package name, version number and
 dnl email address for reporting bugs.
-AC_INIT([[llvm]],[[2.7svn]],[llvmbugs at cs.uiuc.edu])
+AC_INIT([[llvm]],[[2.8svn]],[llvmbugs at 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.





More information about the llvm-commits mailing list