From 37bca49bd0dd38e43537b5c6b9f6e2b9ced90bd9 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 11 Apr 2000 02:41:17 +0000 Subject: [PATCH] - add support for mime output (-i) - make sure we free memory in case realloc fails - magic fixes --- src/patchlevel.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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. -- 2.50.1