summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-11-22 12:40:57 +0100
committerJim Meyering <jim@meyering.net>2006-11-22 12:40:57 +0100
commit46710dd82aebd8d2f51b190facdf8ab31fc3a854 (patch)
treebe64d0e293a3a50cbc321d211ff31ab058cca5fc
parentefab0d7989ce547072040fb11cb029c5222a8df4 (diff)
downloadcoreutils-COREUTILS-6_6.tar.gz
Version 6.6.v6.6COREUTILS-6_6
* NEWS: Record release date. Remove "-pre" suffix. * configure.ac (AC_INIT): Remove "-pre" suffix from version string.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d88d4a60c..004176ef0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-11-22 Jim Meyering <jim@meyering.net>
+ Version 6.6.
+ * NEWS: Record release date. Remove "-pre" suffix.
+ * configure.ac (AC_INIT): Remove "-pre" suffix from version string.
+
* announce-gen: Remove unused --release-archive-directory option.
(print_news_deltas): Accept new adjective, "Noteworthy", in addition
to the old "Major".
diff --git a/NEWS b/NEWS
index aa93aad67..a34355985 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU coreutils NEWS -*- outline -*-
-* Noteworthy changes in release 6.6-pre (????-??-??)
+* Noteworthy changes in release 6.6 (2006-11-22) [stable]
** Bug fixes
diff --git a/configure.ac b/configure.ac
index 10738db93..00ca78c20 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.6-pre],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.6],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)