From: Christos Zoulas Date: Wed, 26 Mar 2003 16:33:26 +0000 (+0000) Subject: prepare for 4.01 X-Git-Tag: FILE4_01 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88b74a72caef25c46836650c8f6b0d2833536655;p=file prepare for 4.01 --- diff --git a/configure b/configure index a1a450d2..b2bac876 100755 --- a/configure +++ b/configure @@ -1553,7 +1553,7 @@ fi # Define the identity of the package. PACKAGE=file - VERSION=4.00 + VERSION=4.01 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 7e2ef999..a7d23c26 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/file.c) -AM_INIT_AUTOMAKE(file, 4.00) +AM_INIT_AUTOMAKE(file, 4.01) AM_CONFIG_HEADER(config.h) AC_MSG_CHECKING(for builtin ELF support)