diff options
| author | Jim Meyering <jim@meyering.net> | 2007-03-22 22:20:02 +0100 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2007-03-22 22:20:02 +0100 |
| commit | 804bdc300192f10710d62326fd6cb04db662272b (patch) | |
| tree | 95a6f9f1123d6d497a2721902bb1d9e82bb608dd /configure.ac | |
| parent | * tests/mv/hard-3: Correct the preceding change: $3 -> $2. (diff) | |
| download | coreutils-6.9.tar.gz coreutils-6.9.zip | |
Version 6.9.v6.9COREUTILS-6_9
* NEWS: Record release date and new version number.
* configure.ac (AC_INIT): New version number.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0895aa3ca..cab46a2ed 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |
