From: Tim Kientzle Date: Tue, 4 Sep 2018 03:07:16 +0000 (-0700) Subject: 3.3.3 X-Git-Tag: v3.3.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fe69dd018745a88eecf1f7db40daf12d26f7ed0;p=thirdparty%2Flibarchive.git 3.3.3 --- diff --git a/NEWS b/NEWS index b0a943eaf..45b40b499 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Sep 03, 2018: libarchive 3.3.3 released + Jul 19, 2018: Avoid super-linear slowdown on malformed mtree files Jan 27, 2018: Many fixes for building with Visual Studio diff --git a/build/version b/build/version index 014eda6dc..2427eab0f 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -3003003dev +3003003 diff --git a/configure.ac b/configure.ac index c21ccb4b6..cc61e724d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ 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],[3.3.3dev]) +m4_define([LIBARCHIVE_VERSION_S],[3.3.3]) m4_define([LIBARCHIVE_VERSION_N],[3003003]) dnl bsdtar and bsdcpio versioning tracks libarchive diff --git a/libarchive/archive.h b/libarchive/archive.h index 327102012..cdbbeddf1 100644 --- a/libarchive/archive.h +++ b/libarchive/archive.h @@ -155,7 +155,7 @@ __LA_DECL int archive_version_number(void); /* * Textual name/version of the library, useful for version displays. */ -#define ARCHIVE_VERSION_ONLY_STRING "3.3.3dev" +#define ARCHIVE_VERSION_ONLY_STRING "3.3.3" #define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING __LA_DECL const char * archive_version_string(void);