diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-18 20:48:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-18 20:48:33 +0000 |
commit | f4211d967ee06a970f0d9076e4ad8a2bfcba1c4d (patch) | |
tree | 1ce213b8b5a54a8e4d82a485487ffa3dafc940aa | |
parent | b5f8f0cabe558d70fd31a532baf1122f6d752eee (diff) | |
download | coreutils-f4211d967ee06a970f0d9076e4ad8a2bfcba1c4d.tar.xz |
Bump to 5.1.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8aed998a0..e0db88440 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.1.1],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.1.2],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(config) |