NetBSD/usr.bin/file/patchlevel.h

35 lines
1.1 KiB
C

#define FILE_VERSION_MAJOR 3
#define patchlevel 9
/*
* Patchlevel file for Ian Darwin's MAGIC command.
* $Id: patchlevel.h,v 1.1 1993/06/10 00:38:15 jtc Exp $
*
* $Log: patchlevel.h,v $
* Revision 1.1 1993/06/10 00:38:15 jtc
* Updated to Ian Darwin's latest release.
* Adds lots of neat features from most other vendors file(1) commands,
* plus (important!) little and big endian file types. This will alow
* us to detect and extract meaningful information from a many more
* file types.
*
* Revision 1.9 93/03/24 14:23:40 ian
* Batch of minor changes from several contributors.
*
* Revision 1.8 93/02/19 15:01:26 ian
* Numerous changes from Guy Harris too numerous to mention but including
* byte-order independance, fixing "old-style masking", etc. etc. A bugfix
* for broken symlinks from martin@@d255s004.zfe.siemens.de.
*
* Revision 1.7 93/01/05 14:57:27 ian
* Couple of nits picked by Christos (again, thanks).
*
* Revision 1.6 93/01/05 13:51:09 ian
* Lotsa work on the Magic directory.
*
* Revision 1.5 92/09/14 14:54:51 ian
* Fix a tiny null-pointer bug in previous fix for tar archive + uncompress.
*
*/