From 88b74a72caef25c46836650c8f6b0d2833536655 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 26 Mar 2003 16:33:26 +0000 Subject: [PATCH] prepare for 4.01 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.40.0