diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-15 11:12:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-15 11:12:07 +0000 |
commit | 3a246cc31423e97d952fa776278822975a17d5b8 (patch) | |
tree | 1d9299f4988414da3d6b6b6275c2fece7d53cc9b | |
parent | a0fcf6276707a1a1d4bff445ffc1f3651099d301 (diff) | |
download | coreutils-3a246cc31423e97d952fa776278822975a17d5b8.tar.xz |
* Version 6.0 [unstable].
* NEWS: Record the 6.0 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-08-15 Jim Meyering <jim@meyering.net> + + * Version 6.0 [unstable]. + * NEWS: Record the 6.0 release date. + * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. + 2006-08-13 Jim Meyering <jim@meyering.net> * src/shred.c (usage): Don't indent the second line of an item. @@ -1,6 +1,6 @@ GNU coreutils NEWS -*- outline -*- -* Major changes in release 6.0-cvs (2006-??-??) [unstable] +* Major changes in release 6.0 (2006-08-15) [unstable] ** Improved robustness diff --git a/configure.ac b/configure.ac index 65888a82f..19dc24a59 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[6.0-cvs],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.0],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |