summaryrefslogtreecommitdiffstats
path: root/lib/libmagic
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-09-04 05:56:14 +0000
committerdelphij <delphij@FreeBSD.org>2015-09-04 05:56:14 +0000
commitb4f95287e7ad4605d8433474cac175e666872738 (patch)
treea6555530784a0ffabc28788886b7eb36120d55b6 /lib/libmagic
parent3b2b2a3028e51228d9d73a19a40a90625f8d9882 (diff)
downloadFreeBSD-src-b4f95287e7ad4605d8433474cac175e666872738.zip
FreeBSD-src-b4f95287e7ad4605d8433474cac175e666872738.tar.gz
MFV r287451 + 287452: file 5.24 + fix for bin/181436.
PR: 181436 MFC after: 2 weeks
Diffstat (limited to 'lib/libmagic')
-rw-r--r--lib/libmagic/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h
index 956b040..f7057d1 100644
--- a/lib/libmagic/config.h
+++ b/lib/libmagic/config.h
@@ -290,7 +290,7 @@
#define PACKAGE_NAME "file"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "file 5.23"
+#define PACKAGE_STRING "file 5.24"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "file"
@@ -299,7 +299,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.23"
+#define PACKAGE_VERSION "5.24"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -330,7 +330,7 @@
/* Version number of package */
-#define VERSION "5.23"
+#define VERSION "5.24"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
OpenPOWER on IntegriCloud