diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-08 22:50:54 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-08 22:50:54 +0000 |
| commit | 649d615c25f64d6f740ad79df7d6d25d98c9a88b (patch) | |
| tree | 51ee57c1f591278e5d817e2260d7e1132323a26f /contrib/file/patchlevel.h | |
| parent | 2e67ec0205346336544da4aeebec926df199ee19 (diff) | |
Notes
Diffstat (limited to 'contrib/file/patchlevel.h')
| -rw-r--r-- | contrib/file/patchlevel.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/file/patchlevel.h b/contrib/file/patchlevel.h index 5b5be297c80e..f1e24644c5d3 100644 --- a/contrib/file/patchlevel.h +++ b/contrib/file/patchlevel.h @@ -1,11 +1,16 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 36 +#define patchlevel 37 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.36 2001/07/22 21:04:15 christos Exp $ + * $Id: patchlevel.h,v 1.37 2001/09/03 14:44:22 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.37 2001/09/03 14:44:22 christos + * daylight/tm_isdst detection + * magic fixes + * don't eat the whole file if it has only nulls + * * Revision 1.36 2001/07/22 21:04:15 christos * - magic fixes * - add new operators, pascal strings, UTC date printing, $HOME/.magic |
