]> granicus.if.org Git - file/commitdiff
- add support for bi-endian indirect offsets (Richard Verhoeven)
authorChristos Zoulas <christos@zoulas.com>
Sat, 12 Sep 1998 13:19:39 +0000 (13:19 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 12 Sep 1998 13:19:39 +0000 (13:19 +0000)
- add recognition for bcpl (Joseph Myers)
- remove non magic files from Magdir to avoid difficulties building
  on os2 where files are case independent
- magic fixes.

src/patchlevel.h

index 71326b1d8af90d47977a2b970ecce53cb2c57b45..d74f00180972e2c54845ac35867cd6b6a8f57e92 100644 (file)
@@ -1,11 +1,18 @@
 #define        FILE_VERSION_MAJOR      3
-#define        patchlevel              25
+#define        patchlevel              26
 
 /*
  * Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.25 1998/06/27 14:04:04 christos Exp $
+ * $Id: patchlevel.h,v 1.26 1998/09/12 13:19:39 christos Exp $
  *
  * $Log: patchlevel.h,v $
+ * Revision 1.26  1998/09/12 13:19:39  christos
+ * - add support for bi-endian indirect offsets (Richard Verhoeven)
+ * - add recognition for bcpl (Joseph Myers)
+ * - remove non magic files from Magdir to avoid difficulties building
+ *   on os2 where files are case independent
+ * - magic fixes.
+ *
  * Revision 1.25  1998/06/27 14:04:04  christos
  * OLF patch Guy Harris
  * Recognize java/html (debian linux)