Skip to content

Commit

Permalink
update for mac 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Nov 19, 2023
1 parent a9ad06b commit cfb4b54
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions c/autoconf-darwin/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -575,9 +578,6 @@
/* Define to 1 if you have the `getline' function. */
#define HAVE_GETLINE 1

/* Platform uses optreset to reset getopt */
#define HAVE_GETOPT_OPTRESET 1

/* Define to 1 if you have the `getpid' function. */
#define HAVE_GETPID 1

Expand Down Expand Up @@ -1267,10 +1267,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. */
Expand Down Expand Up @@ -1300,7 +1300,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"
Expand All @@ -1309,7 +1309,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 */
Expand Down Expand Up @@ -1420,7 +1420,7 @@


/* Version number of package */
#define VERSION "3.7.1"
#define VERSION "3.7.2"

/* Define to '0x0502' for Windows Server 2003 APIs. */
/* #undef WINVER */
Expand Down

0 comments on commit cfb4b54

Please sign in to comment.