diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-05 15:44:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-05 15:44:29 +0000 |
commit | 445828c958bad263674002bb8f9d283723b53a7c (patch) | |
tree | 695fe5bab330b46d64c7dc33a26045583190718e | |
parent | f193c70c6bbbc65e98df8b096a87140de5e476e4 (diff) | |
download | coreutils-445828c958bad263674002bb8f9d283723b53a7c.tar.xz |
bump to 5.0.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 33b8f776d..b9cf95660 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*- -AC_INIT([GNU coreutils],[5.0],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.0.1],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(config) |