diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-14 09:45:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-14 09:45:37 +0000 |
commit | 61d848b5c419abb93573743c051bbf3c30b83254 (patch) | |
tree | cffc96b2ed0a7cfb3b555b8f3a4009ad13520d14 | |
parent | b1064596b4a3ff1a969522e87dccc88f611408d5 (diff) | |
download | coreutils-61d848b5c419abb93573743c051bbf3c30b83254.tar.xz |
bump to 4.5.11
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6e112431b..5e36fbe81 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.10],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[4.5.11],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(config) |