mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
* NEWS: Add a line for 6.5-cvs.
* configure.ac (AC_INIT): Bump to 6.5 and add "-cvs" suffix.
This commit is contained in:
parent
9b17e1d7d4
commit
0fdbf2e8c7
@ -1,3 +1,8 @@
|
||||
2006-10-23 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* NEWS: Add a line for 6.5-cvs.
|
||||
* configure.ac (AC_INIT): Bump to 6.5 and add "-cvs" suffix.
|
||||
|
||||
2006-10-22 Jim Meyering <jim@meyering.net>
|
||||
|
||||
Version 6.4.
|
||||
|
3
NEWS
3
NEWS
@ -1,5 +1,8 @@
|
||||
GNU coreutils NEWS -*- outline -*-
|
||||
|
||||
* Major changes in release 6.5-cvs (2006-??-??)
|
||||
|
||||
|
||||
* Major changes in release 6.4 (2006-10-22) [stable]
|
||||
|
||||
** Bug fixes
|
||||
|
@ -20,7 +20,7 @@
|
||||
dnl Written by Jim Meyering.
|
||||
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT([GNU coreutils],[6.4],[bug-coreutils@gnu.org])
|
||||
AC_INIT([GNU coreutils],[6.5-cvs],[bug-coreutils@gnu.org])
|
||||
AC_CONFIG_SRCDIR(src/ls.c)
|
||||
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user