From: Christos Zoulas Date: Wed, 7 Apr 2004 00:32:25 +0000 (+0000) Subject: welcome to 4.09 X-Git-Tag: FILE4_09~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87fd5041f006a2e61c0dc963f0785780c3c67c29;p=file welcome to 4.09 --- diff --git a/configure b/configure index e1af5ecd..794c2016 100755 --- a/configure +++ b/configure @@ -1555,7 +1555,7 @@ fi # Define the identity of the package. PACKAGE=file - VERSION=4.08 + VERSION=4.09 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 5b9559cf..df869ba2 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.08) +AM_INIT_AUTOMAKE(file, 4.09) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE diff --git a/src/patchlevel.h b/src/patchlevel.h index b81d6663..b3586044 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,14 @@ #define FILE_VERSION_MAJOR 4 -#define patchlevel 8 +#define patchlevel 9 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.51 2004/03/22 21:17:11 christos Exp $ + * $Id: patchlevel.h,v 1.52 2004/04/07 00:32:25 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.52 2004/04/07 00:32:25 christos + * welcome to 4.09 + * * Revision 1.51 2004/03/22 21:17:11 christos * welcome to 4.08. *