diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-11 17:22:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-11 17:22:42 +0000 |
commit | 1b1775b51831a1684274ee75bded74c58f31e747 (patch) | |
tree | f56a46ea77d6bab1b428980a60ceadafed9e8a96 | |
parent | ee0c8162ab5a8fb0b9b43b6d6bd620c48b42a1d9 (diff) | |
download | coreutils-1b1775b51831a1684274ee75bded74c58f31e747.tar.xz |
Update version to 5.3.1.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 592f3179e..4583d99f1 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.3.0],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.3.1],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(config) |