diff options
| author | Jim Meyering <jim@meyering.net> | 2006-11-22 12:40:57 +0100 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2006-11-22 12:40:57 +0100 |
| commit | 46710dd82aebd8d2f51b190facdf8ab31fc3a854 (patch) | |
| tree | be64d0e293a3a50cbc321d211ff31ab058cca5fc /configure.ac | |
| parent | * Makefile.maint (announcement): Don't use now-removed (diff) | |
| download | coreutils-6.6.tar.gz coreutils-6.6.zip | |
Version 6.6.v6.6COREUTILS-6_6
* NEWS: Record release date. Remove "-pre" suffix.
* configure.ac (AC_INIT): Remove "-pre" suffix from version string.
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 10738db93..00ca78c20 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Written by Jim Meyering. AC_PREREQ(2.60) -AC_INIT([GNU coreutils],[6.6-pre],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.6],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |
