diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-10 10:06:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-10 10:06:53 +0000 |
commit | 7fbd083e6faa7f219857633155b0d779f8988914 (patch) | |
tree | aed41ea5c9bbe776760f68dd9c733e06a74cc18b | |
parent | 570d8e483112e40e3c9981f8ddddf122fe97c5a3 (diff) | |
download | coreutils-7fbd083e6faa7f219857633155b0d779f8988914.tar.xz |
bump to 5.2.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e937016ff..7b138a28e 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.3],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.2.0],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(config) |