diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-23 01:12:22 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-23 01:12:22 +0100 |
commit | a3ae3e808582a5fdf6bc01ad71b9845f9f4bbf0a (patch) | |
tree | f960bffad33fd476b0e0a86d29c261038c2e2e03 | |
parent | 3ccd02d5b9211acb4cb15177623d25e28f8cfd76 (diff) | |
download | coreutils-a3ae3e808582a5fdf6bc01ad71b9845f9f4bbf0a.tar.xz |
* configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-11-23 Jim Meyering <jim@meyering.net> + + * configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre. + 2006-11-22 Jim Meyering <jim@meyering.net> * announce-gen (print_news_deltas): Fix silly, but harmless typo: diff --git a/configure.ac b/configure.ac index 10738db93..c244f99aa 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Written by Jim Meyering. AC_PREREQ(2.60) -AC_INIT([GNU coreutils],[6.6-pre],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.7-pre],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |