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