This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.bin / file / patchlevel.h
CommitLineData
286a6f32
C
1#define FILE_VERSION_MAJOR 3
2#define patchlevel 9
3
4/*
5 * Patchlevel file for Ian Darwin's MAGIC command.
6 * patchlevel.h,v 1.1 1993/06/10 00:38:15 jtc Exp
7 *
8 * patchlevel.h,v
9 * Revision 1.1 1993/06/10 00:38:15 jtc
10 * Updated to Ian Darwin's latest release.
11 * Adds lots of neat features from most other vendors file(1) commands,
12 * plus (important!) little and big endian file types. This will alow
13 * us to detect and extract meaningful information from a many more
14 * file types.
15 *
16 * Revision 1.9 93/03/24 14:23:40 ian
17 * Batch of minor changes from several contributors.
18 *
19 * Revision 1.8 93/02/19 15:01:26 ian
20 * Numerous changes from Guy Harris too numerous to mention but including
21 * byte-order independance, fixing "old-style masking", etc. etc. A bugfix
22 * for broken symlinks from martin@@d255s004.zfe.siemens.de.
23 *
24 * Revision 1.7 93/01/05 14:57:27 ian
25 * Couple of nits picked by Christos (again, thanks).
26 *
27 * Revision 1.6 93/01/05 13:51:09 ian
28 * Lotsa work on the Magic directory.
29 *
30 * Revision 1.5 92/09/14 14:54:51 ian
31 * Fix a tiny null-pointer bug in previous fix for tar archive + uncompress.
32 *
33 */
34