[llvm-commits] CVS: llvm/autoconf/configure.ac

Tanya Lattner tonic at nondot.org
Mon May 7 21:23:13 PDT 2007



Changes in directory llvm/autoconf:

configure.ac updated: 1.269 -> 1.270
---
Log message:

Bump version number in cvs


---
Diffs of the changes:  (+1 -1)

 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.269 llvm/autoconf/configure.ac:1.270
--- llvm/autoconf/configure.ac:1.269	Sat Apr 21 16:28:12 2007
+++ llvm/autoconf/configure.ac	Mon May  7 23:22:59 2007
@@ -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.0cvs]],[llvmbugs at cs.uiuc.edu])
+AC_INIT([[llvm]],[[2.1cvs]],[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