summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2003-03-26 16:33:26 +0000
committerChristos Zoulas <christos@zoulas.com>2003-03-26 16:33:26 +0000
commit88b74a72caef25c46836650c8f6b0d2833536655 (patch)
treec597c998293cad8d7e7fa8f10e83fc65d43a4c11
parentabf22bbdd6e1beb911f4eef004ce15e98545c614 (diff)
downloadfile-git-88b74a72caef25c46836650c8f6b0d2833536655.tar.gz
prepare for 4.01FILE4_01
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
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)