diff options
| author | Xin LI <delphij@FreeBSD.org> | 2026-06-03 04:54:25 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-06-03 04:54:25 +0000 |
| commit | e949ce9dc0e6fff26e83904f1008b76d36ba0a37 (patch) | |
| tree | d424d711d8f5c57822dafe0968d1abe64314d59e /lib | |
| parent | e98ed8d99fd41873dc52cf78e70e9f12e3e93042 (diff) | |
| parent | 79746c47b95c50bfab9b70e86bafdfeb844d9118 (diff) | |
Diffstat (limited to 'lib')
| -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 d642880d6096..a0778a023e35 100644 --- a/lib/libmagic/config.h +++ b/lib/libmagic/config.h @@ -336,7 +336,7 @@ #define PACKAGE_NAME "file" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "file 5.46" +#define PACKAGE_STRING "file 5.47" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "file" @@ -345,7 +345,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.46" +#define PACKAGE_VERSION "5.47" /* Define to 1 if all of the C89 standard headers exist (not just the ones required in a freestanding environment). This macro is provided for @@ -448,7 +448,7 @@ /* Version number of package */ -#define VERSION "5.46" +#define VERSION "5.47" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |
