diff options
| author | Jim Meyering <jim@meyering.net> | 2007-02-24 21:16:52 +0100 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2007-02-24 21:16:52 +0100 |
| commit | cc2d4f6c4698ae359dfbc337679d95bfe1a04b31 (patch) | |
| tree | 0e4d86dd52fc35ff4a6abc107e5148686c4d5363 /configure.ac | |
| parent | Don't skip this test on new-enough Linux/GNU systems. (diff) | |
| download | coreutils-6.8.tar.gz coreutils-6.8.zip | |
Version 6.8.v6.8COREUTILS-6_8
* 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 393d7bb7e..fb9dc2b8c 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.7+],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.8],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |
