Version 6.5. COREUTILS-6_5 v6.5
authorJim Meyering <jim@meyering.net>
Sun, 19 Nov 2006 09:58:55 +0000 (10:58 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 19 Nov 2006 09:58:55 +0000 (10:58 +0100)
* NEWS: Record release date.  Remove "-cvs" suffix.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.

ChangeLog
NEWS
configure.ac

index 29ec5ad..3c09e64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-19  Jim Meyering  <jim@meyering.net>
+
+       Version 6.5.
+       * NEWS: Record release date.  Remove "-cvs" suffix.
+       * configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
+
 2006-11-18  Jim Meyering  <jim@meyering.net>
 
        "ln --backup f f" produces a misleading diagnostic:
diff --git a/NEWS b/NEWS
index 74956e0..861f9a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
-* Major changes in release 6.5-cvs (2006-??-??)
+* Major changes in release 6.5 (2006-11-19) [stable]
 
 ** Bug fixes
 
index 8a34997..671dc86 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.5-cvs],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.5],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)