From e750c5cac8434b697065f1abcda998bd770b02d4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Nov 2006 16:15:02 +0100 Subject: Post-release version change. * NEWS: Add a line for 6.7-pre. * configure.ac (AC_INIT): Bump to 6.7 and add "-pre" suffix. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 00ca78c20..10738db93 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Written by Jim Meyering. AC_PREREQ(2.60) -AC_INIT([GNU coreutils],[6.6],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.6-pre],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) -- cgit v1.2.3-54-g00ecf