From: Christos Zoulas Date: Tue, 11 Apr 2000 02:41:17 +0000 (+0000) Subject: - add support for mime output (-i) X-Git-Tag: FILE3_30~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37bca49bd0dd38e43537b5c6b9f6e2b9ced90bd9;p=file - add support for mime output (-i) - make sure we free memory in case realloc fails - magic fixes --- diff --git a/src/patchlevel.h b/src/patchlevel.h index c5a05cfd..0c4a0057 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,16 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 29 +#define patchlevel 30 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.29 1999/11/28 20:02:29 christos Exp $ + * $Id: patchlevel.h,v 1.30 2000/04/11 02:41:17 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.30 2000/04/11 02:41:17 christos + * - add support for mime output (-i) + * - make sure we free memory in case realloc fails + * - magic fixes + * * Revision 1.29 1999/11/28 20:02:29 christos * new string/[Bcb] magic from anton, and adjustments to the magic files to * use it.