]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Bump version to 3.3.1dev
authorTim Kientzle <kientzle@acm.org>
Mon, 20 Feb 2017 04:39:50 +0000 (20:39 -0800)
committerTim Kientzle <kientzle@acm.org>
Mon, 20 Feb 2017 04:39:50 +0000 (20:39 -0800)
Makefile.am
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

index dd33f8401933f6b0a9494f48d5e4edc5176c6a0d..dd1fc813e56479b7189e11573d702235b29ca4e1 100644 (file)
@@ -23,7 +23,7 @@ TESTS_ENVIRONMENT= $(libarchive_TESTS_ENVIRONMENT) $(bsdtar_TESTS_ENVIRONMENT) $
 DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio
 # The next line is commented out by default in shipping libarchive releases.
 # It is uncommented by default in trunk.
-DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual -g
+DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual -g
 AM_CFLAGS=$(DEV_CFLAGS)
 PLATFORMCPPFLAGS = @PLATFORMCPPFLAGS@
 AM_CPPFLAGS=$(PLATFORMCPPFLAGS)
index a000b3057158d16423a5df08b13018d9ce8c1eeb..3cddc6c146730bd8bdfe20da1245f95a44984989 100644 (file)
@@ -1 +1 @@
-3003000
+3003001dev
index b8904ded69ae0af39373804e5437c9382119d809..2a31382f8829e0d565e7167eac660ec696c58b6a 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.3.0])
-m4_define([LIBARCHIVE_VERSION_N],[3003000])
+m4_define([LIBARCHIVE_VERSION_S],[3.3.1dev])
+m4_define([LIBARCHIVE_VERSION_N],[3003001])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index cd27c905385b595fa57f18a4aed675ca9eda7117..605cde84f1ecfb7f0409aa4d77fd2b30fde0bb3e 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 3003000
+#define        ARCHIVE_VERSION_NUMBER 3003001
 
 #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.3.0"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.3.1dev"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index 2dd557aa334b65a453ca867370a75d7c2057e4d6..f312c464346fe877ceb921e420319569b8d60e12 100644 (file)
@@ -30,7 +30,7 @@
 #define        ARCHIVE_ENTRY_H_INCLUDED
 
 /* Note: Compiler will complain if this does not match archive.h! */
-#define        ARCHIVE_VERSION_NUMBER 3003000
+#define        ARCHIVE_VERSION_NUMBER 3003001
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the