diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-08 12:38:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-08 12:38:00 +0000 |
commit | 38deedf2d99da203a6909f0517c2513a4f8c0ace (patch) | |
tree | e2d7cd6a7d9573cea4e346b5fcdbe73718b4cbb3 | |
parent | 8e393ae0b9eda6a2e9112b6e94c8d7a999895ed3 (diff) | |
download | coreutils-38deedf2d99da203a6909f0517c2513a4f8c0ace.tar.xz |
(VERSION): Bump to 5.0.92
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5d3c7675f..36b14a7fc 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.0.91],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.0.92],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(config) |