summaryrefslogtreecommitdiff
path: root/contrib/file/patchlevel.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-26 21:26:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-26 21:26:20 +0000
commitebb4cbb2d07cb859f8c05af7a1bb550300cfd54f (patch)
tree61d93e2c9098ed331e5b94506d00de38ec7809ef /contrib/file/patchlevel.h
parent75a6cdb3a2a12f1d03a30f3a08dbba598739dcb4 (diff)
Diffstat (limited to 'contrib/file/patchlevel.h')
-rw-r--r--contrib/file/patchlevel.h18
1 files changed, 16 insertions, 2 deletions
diff --git a/contrib/file/patchlevel.h b/contrib/file/patchlevel.h
index 26e1db24facaf..0b075452e8f44 100644
--- a/contrib/file/patchlevel.h
+++ b/contrib/file/patchlevel.h
@@ -1,11 +1,25 @@
#define FILE_VERSION_MAJOR 3
-#define patchlevel 32
+#define patchlevel 33
/*
* Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.32 2000/08/05 18:24:18 christos Exp $
+ * $Id: patchlevel.h,v 1.33 2000/11/13 00:30:50 christos Exp $
*
* $Log: patchlevel.h,v $
+ * Revision 1.33 2000/11/13 00:30:50 christos
+ * - wordperfect magic fix: freebsd pr 9388
+ * - more msdos fixes from freebsd pr's 20131 and 20812
+ * - sas and spss magic [Bruce Foster]
+ * - mkinstalldirs [John Fremlin]
+ * - sgi opengl fixes [Michael Pruett]
+ * - netbsd magic fixes [Ignatios Souvatzis]
+ * - audio additions [Michael Pruett]
+ * - fix problem with non ansi RCSID [Andreas Ley]
+ * - oggs magic [Felix von Leitner]
+ * - gmon magic [Eugen Dedu]
+ * - TNEF magic [Joomy]
+ * - netpbm magic and misc other image stuff [Bryan Henderson]
+ *
* Revision 1.32 2000/08/05 18:24:18 christos
* Correct indianness detection in elf (Charles Hannum)
* FreeBSD elf core support (Guy Harris)