]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: Add a line for 6.3-cvs.
authorJim Meyering <jim@meyering.net>
Mon, 18 Sep 2006 13:01:09 +0000 (13:01 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 18 Sep 2006 13:01:09 +0000 (13:01 +0000)
* configure.ac (AC_INIT): Bump to 6.3 and add "-cvs" suffix.

ChangeLog
NEWS
configure.ac

index b269f3b830b18cdfe1136ebc25da06f75fd969d8..f104fba36cbf8af706045fe8c0278f771d30ea41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-09-18  Jim Meyering  <jim@meyering.net>
 
+       * NEWS: Add a line for 6.3-cvs.
+       * configure.ac (AC_INIT): Bump to 6.3 and add "-cvs" suffix.
+
        Version 6.2.
        * NEWS: Record the 6.2 release date.
        * configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
diff --git a/NEWS b/NEWS
index 5cf598d8dbb0069c121c0391822d96e49d61561a..1a583f5486db3c8faa8c5e7d7bca63461c4d30e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
+* Major changes in release 6.3 (2006-??-??) [stable]
+
+
 * Major changes in release 6.2 (2006-09-18) [stable candidate]
 
 ** Changes in behavior
index d7b5a23ce34d71dfa5d1bf2b4d3c7ec6e7d8a3b1..5c691801641f2f7bf2eb99c01a003926eea6d86c 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.2],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.3-cvs],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)