]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Version 6.4.
authorJim Meyering <jim@meyering.net>
Sun, 22 Oct 2006 20:21:26 +0000 (22:21 +0200)
committerJim Meyering <jim@meyering.net>
Sun, 22 Oct 2006 20:21:26 +0000 (22:21 +0200)
* NEWS: Record the 6.4 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.

ChangeLog
NEWS
configure.ac

index b952f5d5fbe5d83afc370f075cf37fe7478f97b9..3b46ea0850526c5135ab3cab1e2bdf919bb938f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-10-22  Jim Meyering  <jim@meyering.net>
 
+       Version 6.4.
+
+       * NEWS: Record the 6.4 release date.
+       * configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
+
        * Makefile.maint: Complete the adaptation to function with a working
        directory that is using git (rather than cvs) for version control.
 
diff --git a/NEWS b/NEWS
index 215d0fee064fa8813f107fbd117dbb58bf6f0c20..33f2b311cae684b6dd08574c8a975d4109b1448b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
-* Major changes in release 6.4-cvs (2006-??-??) [?????]
+* Major changes in release 6.4-cvs (2006-10-22) [stable]
 
 ** Bug fixes
 
index c3f8b442d90fb5582a30a51da2f89ba72b5c4e3b..e9541c9f42e4b02e048b2a02b4ecf8e9ba6b1435 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.4-cvs],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.4],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)