]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.2.0 v3.2.0
authorTim Kientzle <kientzle@acm.org>
Sat, 30 Apr 2016 17:26:35 +0000 (10:26 -0700)
committerTim Kientzle <kientzle@acm.org>
Sat, 30 Apr 2016 17:26:35 +0000 (10:26 -0700)
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

index a26b683cb16b50d2ec258c238711866f32efff36..595378f1050c04eb84393bbdde4603d226ab27e6 100644 (file)
@@ -1 +1 @@
-3001901a
+3002000
index ca8bf6b1c6eda8d6a783b993e338c4a47433a8ed..1ab54cb1ac3fdabd0bc30dc6f02ee00885b2797f 100644 (file)
@@ -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],[3.1.901a])
-m4_define([LIBARCHIVE_VERSION_N],[3001901])
+m4_define([LIBARCHIVE_VERSION_S],[3.2.0])
+m4_define([LIBARCHIVE_VERSION_N],[3002000])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 548db21e75d268b384dcb38688a336c425e0e311..59e9ef15eb60dd8ac52c22f402814d60d8ab4ad3 100644 (file)
@@ -36,7 +36,7 @@
  * assert that ARCHIVE_VERSION_NUMBER >= 2012108.
  */
 /* Note: Compiler will complain if this does not match archive_entry.h! */
-#define        ARCHIVE_VERSION_NUMBER 3001901
+#define        ARCHIVE_VERSION_NUMBER 3002000
 
 #include <sys/stat.h>
 #include <stddef.h>  /* for wchar_t */
@@ -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.1.901a"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.2.0"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index c19e250d021fb134bc4c6f519f6af6e026cc1c1f..423c8d3ff7b1e2e9872c4ff7ccd441b568557c57 100644 (file)
@@ -29,7 +29,7 @@
 #define        ARCHIVE_ENTRY_H_INCLUDED
 
 /* Note: Compiler will complain if this does not match archive.h! */
-#define        ARCHIVE_VERSION_NUMBER 3001901
+#define        ARCHIVE_VERSION_NUMBER 3002000
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the