diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-28 04:35:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-28 04:35:01 +0000 |
| commit | efd3a489a7105e286997673988b0c6e2a3d0a465 (patch) | |
| tree | 628115480b79de57ca13abfb8dfb10de2847f7a0 | |
| parent | f802162636feb401e3cdfbd2b4ea49a27581ef9d (diff) | |
Notes
| -rw-r--r-- | lib/libmagic/config.h | 4 | ||||
| -rw-r--r-- | usr.bin/file/config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h index ad2b5d6cfda52..1863903ff588c 100644 --- a/lib/libmagic/config.h +++ b/lib/libmagic/config.h @@ -8,7 +8,7 @@ #define PACKAGE "file" /* Autoheader needs me */ -#define VERSION "4.10" +#define VERSION "4.12" /* Define if builtin ELF support is enabled. */ #define BUILTIN_ELF 1 @@ -194,7 +194,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "4.10" +#define VERSION "4.12" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h index ad2b5d6cfda52..1863903ff588c 100644 --- a/usr.bin/file/config.h +++ b/usr.bin/file/config.h @@ -8,7 +8,7 @@ #define PACKAGE "file" /* Autoheader needs me */ -#define VERSION "4.10" +#define VERSION "4.12" /* Define if builtin ELF support is enabled. */ #define BUILTIN_ELF 1 @@ -194,7 +194,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "4.10" +#define VERSION "4.12" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ |
