From: Christos Zoulas Date: Fri, 22 Jan 2010 21:08:13 +0000 (+0000) Subject: welcome to 5.04 X-Git-Tag: FILE5_05~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b49f8cb0844bc811047d93d3628a2aba8d5343e;p=file welcome to 5.04 --- diff --git a/configure.ac b/configure.ac index 9da571d8..f13b3645 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(file, 5.03, christos@astron.com) +AC_INIT(file, 5.04, christos@astron.com) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) #AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/patchlevel.h b/src/patchlevel.h index 472cca3c..29006b7e 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,14 @@ #define FILE_VERSION_MAJOR 5 -#define patchlevel 3 +#define patchlevel 4 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $File: patchlevel.h,v 1.74 2009/05/06 20:32:48 christos Exp $ + * $File: patchlevel.h,v 1.75 2010/01/22 21:08:13 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.75 2010/01/22 21:08:13 christos + * welcome to 5.04 + * * Revision 1.74 2009/05/06 20:32:48 christos * welcome to 5.03 *