diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-03 13:57:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-03 13:57:21 +0000 |
commit | dc4a9398cbbd839bc34d588d7cf080b0a125b225 (patch) | |
tree | 50c2d0026ae5afba0ca2ce6699975e80f068ba59 | |
parent | 2eb4b97607f59e6e455db100b24c9d6d867617d6 (diff) | |
download | coreutils-dc4a9398cbbd839bc34d588d7cf080b0a125b225.tar.xz |
bump to 4.5.6
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b72e949d3..c0452398c 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],[4.5.5],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[4.5.6],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(config) |