]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
3.3.3 v3.3.3
authorTim Kientzle <kientzle@acm.org>
Tue, 4 Sep 2018 03:07:16 +0000 (20:07 -0700)
committerTim Kientzle <kientzle@acm.org>
Tue, 4 Sep 2018 03:07:16 +0000 (20:07 -0700)
NEWS
build/version
configure.ac
libarchive/archive.h

diff --git a/NEWS b/NEWS
index b0a943eaf6d1f2a5bddc34215c3063e6959b001e..45b40b499a690b7415655bd88f9df35a99311080 100644 (file)
--- 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
index 014eda6dc5a90ec2de5a93bd71af07a9d92e68b1..2427eab0f0b2a05d472b296b574f0140c8a8ebb0 100644 (file)
@@ -1 +1 @@
-3003003dev
+3003003
index c21ccb4b62559ecdfc7854149508b5087a1e8b00..cc61e724d4b2e0874658879c4edabbee856ab3ad 100644 (file)
@@ -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
index 32710201298dadf8f3b7e0898460bd7e3355109b..cdbbeddf1d3c1cac1d22a9339923dd27b409324a 100644 (file)
@@ -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);