diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-13 08:10:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-13 08:10:53 +0000 |
commit | d5c36aff6d625f060163f496521a6025327d37a4 (patch) | |
tree | 5054b6a927993273d9a9f65c4688100e68f833f6 | |
parent | 76f2b41952e8120265f7cad84dd393b1d1293488 (diff) | |
download | coreutils-d5c36aff6d625f060163f496521a6025327d37a4.tar.xz |
bump version to 5.3.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 98ec95535..59d32d3f8 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.2.1],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.3.0],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(config) |