summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-22 22:21:26 +0200
committerJim Meyering <jim@meyering.net>2006-10-22 22:21:26 +0200
commit0c0121ed20d99bd90d48024a69b0f781e56896eb (patch)
tree6b2e80cac1f8bebdd4b2401ae5fbc2f77e11ef1b
parent33d52dbc43e772ce12d0bba4038c19f872a5e0c7 (diff)
downloadcoreutils-0c0121ed20d99bd90d48024a69b0f781e56896eb.tar.xz
Version 6.4.
* NEWS: Record the 6.4 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b952f5d5f..3b46ea085 100644
--- 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 215d0fee0..33f2b311c 100644
--- 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
diff --git a/configure.ac b/configure.ac
index c3f8b442d..e9541c9f4 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.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)