[llvm-commits] [release_17] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Thu Apr 13 20:03:33 PDT 2006
Changes in directory llvm/autoconf:
configure.ac updated: 1.217 -> 1.217.2.1
---
Log message:
Remove "cvs" suffix from 1.7 version number, on the release_17 branch.
---
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.217 llvm/autoconf/configure.ac:1.217.2.1
--- llvm/autoconf/configure.ac:1.217 Sun Apr 9 15:42:14 2006
+++ llvm/autoconf/configure.ac Thu Apr 13 22:03:21 2006
@@ -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.7cvs]],[llvmbugs at cs.uiuc.edu])
+AC_INIT([[llvm]],[[1.7]],[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