diff options
author | Jim Meyering <jim@meyering.net> | 2005-08-23 16:38:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-08-23 16:38:45 +0000 |
commit | 8e3ee192151b4180d757d1d1f864ae18253230b5 (patch) | |
tree | f13b696a267f6e58834384f73a3cc37b0d77ce34 | |
parent | 1d35b2cc3dc81e26fbeab3478706cf7a5eb3d425 (diff) | |
download | coreutils-8e3ee192151b4180d757d1d1f864ae18253230b5.tar.xz |
Use `5.3.1-cvs' as the version string.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ GNU coreutils NEWS -*- outline -*- -* Major changes in release 5.3.1 (2005-??-??) [unstable] +* Major changes in release 5.3.1-cvs (2005-??-??) [unstable] ** Bring back support for `head -NUM', `tail -NUM', etc. even when conforming to POSIX 1003.1-2001. The following changes apply only diff --git a/configure.ac b/configure.ac index 9bce0dfab..d0ef80bbe 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[5.3.1],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.3.1-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |