[llvm-commits] [llvm] r63607 - /llvm/branches/release_25/autoconf/configure.ac
Tanya Lattner
tonic at nondot.org
Mon Feb 2 21:28:08 PST 2009
Author: tbrethou
Date: Mon Feb 2 23:28:07 2009
New Revision: 63607
URL: http://llvm.org/viewvc/llvm-project?rev=63607&view=rev
Log:
Update version number to 2.5.
Modified:
llvm/branches/release_25/autoconf/configure.ac
Modified: llvm/branches/release_25/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_25/autoconf/configure.ac?rev=63607&r1=63606&r2=63607&view=diff
==============================================================================
--- llvm/branches/release_25/autoconf/configure.ac (original)
+++ llvm/branches/release_25/autoconf/configure.ac Mon Feb 2 23:28:07 2009
@@ -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.6svn]],[llvmbugs at cs.uiuc.edu])
+AC_INIT([[llvm]],[[2.5]],[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