diff --git a/c/autoconf-windows/config.h b/c/autoconf-windows/config.h index 2e8b9ac..351e244 100644 --- a/c/autoconf-windows/config.h +++ b/c/autoconf-windows/config.h @@ -170,13 +170,16 @@ /* #undef ARCHIVE_XATTR_LINUX */ /* Version number of bsdcat */ -#define BSDCAT_VERSION_STRING "3.7.1" +#define BSDCAT_VERSION_STRING "3.7.2" /* Version number of bsdcpio */ -#define BSDCPIO_VERSION_STRING "3.7.1" +#define BSDCPIO_VERSION_STRING "3.7.2" /* Version number of bsdtar */ -#define BSDTAR_VERSION_STRING "3.7.1" +#define BSDTAR_VERSION_STRING "3.7.2" + +/* Version number of bsdunzip */ +#define BSDUNZIP_VERSION_STRING "3.7.2" /* Define to 1 if the system has the type `ace_t'. */ /* #undef HAVE_ACE_T */ @@ -575,9 +578,6 @@ /* Define to 1 if you have the `getline' function. */ #define HAVE_GETLINE 1 -/* Platform uses optreset to reset getopt */ -/* #undef HAVE_GETOPT_OPTRESET */ - /* Define to 1 if you have the `getpid' function. */ #define HAVE_GETPID 1 @@ -1268,10 +1268,10 @@ /* #undef ICONV_CONST */ /* Version number of libarchive as a single integer */ -#define LIBARCHIVE_VERSION_NUMBER "3007001" +#define LIBARCHIVE_VERSION_NUMBER "3007002" /* Version number of libarchive */ -#define LIBARCHIVE_VERSION_STRING "3.7.1" +#define LIBARCHIVE_VERSION_STRING "3.7.2" /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ @@ -1301,7 +1301,7 @@ #define PACKAGE_NAME "libarchive" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libarchive 3.7.1" +#define PACKAGE_STRING "libarchive 3.7.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libarchive" @@ -1310,7 +1310,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.7.1" +#define PACKAGE_VERSION "3.7.2" /* Define to 1 if PCRE_STATIC needs to be defined. */ /* #undef PCRE_STATIC */ @@ -1421,7 +1421,7 @@ /* Version number of package */ -#define VERSION "3.7.1" +#define VERSION "3.7.2" /* Define to '0x0502' for Windows Server 2003 APIs. */ #define WINVER 0x0502