From: Christos Zoulas Date: Sat, 12 Sep 1998 13:19:39 +0000 (+0000) Subject: - add support for bi-endian indirect offsets (Richard Verhoeven) X-Git-Tag: FILE3_27~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eafc180bdf085944e17cac215ff768e8579544a0;p=file - add support for bi-endian indirect offsets (Richard Verhoeven) - add recognition for bcpl (Joseph Myers) - remove non magic files from Magdir to avoid difficulties building on os2 where files are case independent - magic fixes. --- diff --git a/src/patchlevel.h b/src/patchlevel.h index 71326b1d..d74f0018 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,18 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 25 +#define patchlevel 26 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.25 1998/06/27 14:04:04 christos Exp $ + * $Id: patchlevel.h,v 1.26 1998/09/12 13:19:39 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.26 1998/09/12 13:19:39 christos + * - add support for bi-endian indirect offsets (Richard Verhoeven) + * - add recognition for bcpl (Joseph Myers) + * - remove non magic files from Magdir to avoid difficulties building + * on os2 where files are case independent + * - magic fixes. + * * Revision 1.25 1998/06/27 14:04:04 christos * OLF patch Guy Harris * Recognize java/html (debian linux)