diff options
| author | Jim Meyering <jim@meyering.net> | 2006-09-30 07:43:21 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2006-09-30 07:43:21 +0000 |
| commit | 10688306fa094d5705193227100f1c29111361a9 (patch) | |
| tree | 2f793ad6bf4c84c395fae1a035c468762ba55202 /configure.ac | |
| parent | * src/c99-to-c89.diff: Update offsets. (diff) | |
| download | coreutils-6.3.tar.gz coreutils-6.3.zip | |
Version 6.3.v6.3COREUTILS-6_3
* NEWS: Record the 6.3 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
* NEWS: Mention Paul's Solaris 8 vs. 10 work-around.
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 5c6918016..b1055e2f7 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.3-cvs],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.3],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |
