diff options
| author | Gordon Tetlow <gordon@FreeBSD.org> | 2017-09-17 19:14:38 +0000 |
|---|---|---|
| committer | Gordon Tetlow <gordon@FreeBSD.org> | 2017-09-17 19:14:38 +0000 |
| commit | 40427cca7a9ae77b095936fb1954417c290cfb17 (patch) | |
| tree | 9e89ff2770d5ec160239c63a449034fc5d279a7c /lib/libmagic | |
| parent | b999e9c813f4893d9dfbfca8aae873bbf2c39817 (diff) | |
| parent | 388b470cae72cbb0264073137949c1a7dea8f4f3 (diff) | |
Notes
Diffstat (limited to 'lib/libmagic')
| -rw-r--r-- | lib/libmagic/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h index 03d5897ba4d9..91b7088129c6 100644 --- a/lib/libmagic/config.h +++ b/lib/libmagic/config.h @@ -293,7 +293,7 @@ #define PACKAGE_NAME "file" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "file 5.29" +#define PACKAGE_STRING "file 5.32" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "file" @@ -302,7 +302,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.29" +#define PACKAGE_VERSION "5.32" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -333,7 +333,7 @@ /* Version number of package */ -#define VERSION "5.29" +#define VERSION "5.32" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |
