From: Tim Kientzle Date: Sat, 3 Sep 2011 16:20:07 +0000 (-0400) Subject: Libarchive 2.8.5 X-Git-Tag: v2.8.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c85a72d6fa941f3449d3144579985d024d311b;p=thirdparty%2Flibarchive.git Libarchive 2.8.5 SVN-Revision: 3670 --- diff --git a/build/version b/build/version index 71bb294d3..4f810f734 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2008004 +2008005 diff --git a/configure.ac b/configure.ac index 4a653a326..5a93cd674 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ dnl First, define all of the version numbers up front. dnl In particular, this allows the version macro to be used in AC_INIT dnl These first two version numbers are updated automatically on each release. -m4_define([LIBARCHIVE_VERSION_S],[2.8.4]) -m4_define([LIBARCHIVE_VERSION_N],[2008004]) +m4_define([LIBARCHIVE_VERSION_S],[2.8.5]) +m4_define([LIBARCHIVE_VERSION_N],[2008005]) dnl bsdtar and bsdcpio versioning tracks libarchive m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S()) diff --git a/libarchive/archive.h b/libarchive/archive.h index a621f05a0..140df548b 100644 --- a/libarchive/archive.h +++ b/libarchive/archive.h @@ -136,13 +136,13 @@ extern "C" { * (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000) * #endif */ -#define ARCHIVE_VERSION_NUMBER 2008004 +#define ARCHIVE_VERSION_NUMBER 2008005 __LA_DECL int archive_version_number(void); /* * Textual name/version of the library, useful for version displays. */ -#define ARCHIVE_VERSION_STRING "libarchive 2.8.4" +#define ARCHIVE_VERSION_STRING "libarchive 2.8.5" __LA_DECL const char * archive_version_string(void); #if ARCHIVE_VERSION_NUMBER < 3000000