mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-10 02:30:27 +02:00
* NEWS: Add a line for 6.3-cvs.
* configure.ac (AC_INIT): Bump to 6.3 and add "-cvs" suffix.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user