summaryrefslogtreecommitdiff
path: root/usr.bin/file/patchlevel.h
blob: ad0a5a742e92f18516e90b6353c5ce4e72f6e80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#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.
 * 
 */