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

Reid Spencer reid at x10sys.com
Sat Jan 22 13:29:52 PST 2005



Changes in directory llvm/autoconf:

configure.ac updated: 1.164 -> 1.165
---
Log message:

We're working towards LLVM 1.5 now so bump the version number. This change
won't be propagated to the configure script until there's a need to change
configure.ac for some larger purpose.


---
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.164 llvm/autoconf/configure.ac:1.165
--- llvm/autoconf/configure.ac:1.164	Sun Jan 16 03:44:57 2005
+++ llvm/autoconf/configure.ac	Sat Jan 22 15:29:42 2005
@@ -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]],[[1.4]],[llvmbugs at cs.uiuc.edu])
+AC_INIT([[llvm]],[[1.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