From 5fe69dd018745a88eecf1f7db40daf12d26f7ed0 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Mon, 3 Sep 2018 20:07:16 -0700 Subject: [PATCH] 3.3.3 --- NEWS | 2 ++ build/version | 2 +- configure.ac | 2 +- libarchive/archive.h | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) 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); -- 2.47.2