1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

Version 6.9.

* NEWS: Record release date and new version number.
* configure.ac (AC_INIT): New version number.
This commit is contained in:
Jim Meyering
2007-03-22 22:20:02 +01:00
parent 25cdc8248d
commit 804bdc3001
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
2007-03-22 Jim Meyering <jim@meyering.net>
Version 6.9.
* NEWS: Record release date and new version number.
* configure.ac (AC_INIT): New version number.
* tests/mv/hard-3: Correct the preceding change: $3 -> $2.
2007-03-22 Paul Eggert <eggert@cs.ucla.edu>
+1 -1
View File
@@ -1,6 +1,6 @@
GNU coreutils NEWS -*- outline -*-
* Noteworthy changes in release 6.8+ (????-??-??) [not-unstable]
* Noteworthy changes in release 6.9 (2007-03-22) [stable]
** Bug fixes
+1 -1
View File
@@ -20,7 +20,7 @@
dnl Written by Jim Meyering.
AC_PREREQ(2.61)
AC_INIT([GNU coreutils],[6.8+],[bug-coreutils@gnu.org])
AC_INIT([GNU coreutils],[6.9],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)