diff options
| author | Michael Forney <mforney@mforney.org> | 2016-10-25 23:57:57 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-10-28 01:17:48 -0700 |
| commit | 1388fcc36d5a0f0aa0d3b184e2a5e478f6623faa (patch) | |
| tree | ca6ccebb188ac16f5bc1c0a0ab7f46676ef77db4 | |
| parent | 0edf40581d172afbae8526bedfc80165879a3f63 (diff) | |
file: Update to 5.29
| -rw-r--r-- | core/file/config.h | 6 | ||||
| -rw-r--r-- | core/file/gen.rc | 2 | ||||
| -rw-r--r-- | core/file/magic.txt | 4 | ||||
| m--------- | core/file/src | 0 |
4 files changed, 8 insertions, 4 deletions
diff --git a/core/file/config.h b/core/file/config.h index 2110cedc..9bdf61af 100644 --- a/core/file/config.h +++ b/core/file/config.h @@ -38,10 +38,10 @@ #define PACKAGE "file" #define PACKAGE_BUGREPORT "christos@astron.com" #define PACKAGE_NAME "file" -#define PACKAGE_STRING "file 5.28" +#define PACKAGE_STRING "file 5.29" #define PACKAGE_TARNAME "file" #define PACKAGE_URL "" -#define PACKAGE_VERSION "5.28" +#define PACKAGE_VERSION "5.29" /* #undef TM_IN_SYS_TIME */ #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 @@ -58,7 +58,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "5.28" +#define VERSION "5.29" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 diff --git a/core/file/gen.rc b/core/file/gen.rc index a68dd804..ea6feb71 100644 --- a/core/file/gen.rc +++ b/core/file/gen.rc @@ -1,4 +1,4 @@ -version=5.28 +version=5.29 cflags\ -DHAVE_CONFIG_H\ -DMAGIC'='\"/share/file/magic\"\ diff --git a/core/file/magic.txt b/core/file/magic.txt index 48ca3ed1..89286288 100644 --- a/core/file/magic.txt +++ b/core/file/magic.txt @@ -2,6 +2,7 @@ acorn adi adventure +algol68 allegro alliant alpha @@ -12,7 +13,9 @@ animation aout apl apple +application applix +apt archive assembler asterix @@ -198,6 +201,7 @@ polyml printer project psdbms +psl pulsar pwsafe pyramid diff --git a/core/file/src b/core/file/src -Subproject 3c521817322a6bf5160cfeb09b9145ccde587b2 +Subproject 015b0cdce1a0abb68ab99510e7fc8d2f77e8ec7 |
