summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 29ec5adc3..3c09e64c4 100644
--- 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 74956e09a..861f9a438 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 8a3499734..671dc86f4 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.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)