]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Tag libarchive 3.1.901a v3.1.901a
authorTim Kientzle <kientzle@acm.org>
Sun, 10 Apr 2016 18:33:06 +0000 (11:33 -0700)
committerTim Kientzle <kientzle@acm.org>
Sun, 10 Apr 2016 18:33:06 +0000 (11:33 -0700)
NEWS
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

diff --git a/NEWS b/NEWS
index efe68daae40ee2dd4eb781ab6ea6e5450c4c5991..5bf877606244a513c39a09d4cc82ef3fdbd86aeb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Apr 09, 2016: libarchive 3.1.901a released
+    Another test release in preparation for 3.2.0
+
 Feb 13, 2016: libarchive 3.1.900a released
     This is a test release in preparation for 3.2.0
 
index bc085d24e4d157b3e9240fdee80bb8a3c5462514..a26b683cb16b50d2ec258c238711866f32efff36 100644 (file)
@@ -1 +1 @@
-3001900a
+3001901a
index 487b60bb214aaf4bf12e9922ad8b0aba7315b7cc..5e05a6b30db9c7287351255b6c9bd0be5573ecfa 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.900a])
-m4_define([LIBARCHIVE_VERSION_N],[3001900])
+m4_define([LIBARCHIVE_VERSION_S],[3.1.901a])
+m4_define([LIBARCHIVE_VERSION_N],[3001901])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 371cf4d0d834f56efbc4e8403ac15cd88dd0c09e..92515d84050558111dda25f0896606a417e6d877 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 3001900
+#define        ARCHIVE_VERSION_NUMBER 3001901
 
 #include <sys/stat.h>
 #include <stddef.h>  /* for wchar_t */
@@ -154,7 +154,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.900a"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.1.901a"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index 5d6927318a8fb213dea061cb50db99235b2f6805..c19e250d021fb134bc4c6f519f6af6e026cc1c1f 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 3001900
+#define        ARCHIVE_VERSION_NUMBER 3001901
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the