]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.5.1dev
authorMartin Matuska <martin@matuska.org>
Tue, 1 Dec 2020 08:47:32 +0000 (09:47 +0100)
committerMartin Matuska <martin@matuska.org>
Tue, 1 Dec 2020 08:47:32 +0000 (09:47 +0100)
CMakeLists.txt
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

index b2634da6fa5949dca4abbea77bc8bc668ee78803..ab3bcf1f7b640b28d574c9dfc6125358341aa7cc 100644 (file)
@@ -18,7 +18,7 @@ endif()
 #   RelWithDebInfo : Release build with Debug Info
 #   MinSizeRel     : Release Min Size build
 IF(NOT CMAKE_BUILD_TYPE)
-  SET(CMAKE_BUILD_TYPE "Release" CACHE STRING "Build Type" FORCE)
+  SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Build Type" FORCE)
 ENDIF(NOT CMAKE_BUILD_TYPE)
 # Set a value type to properly display CMAKE_BUILD_TYPE on GUI if the
 # value type is "UNINITIALIZED".
index 4c8608b0a0f6ec5e5569ad96d63ca295674f97de..ea39081c3023a0d903c23ea4a6c79224f9a82ecb 100644 (file)
@@ -1 +1 @@
-3005000
+3005001dev
index a2172c8249053ea7c4efcb58973a9928cf880981..94df6081540571b8852ed2b2727e91103e133f18 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.5.0])
-m4_define([LIBARCHIVE_VERSION_N],[3005000])
+m4_define([LIBARCHIVE_VERSION_S],[3.5.1dev])
+m4_define([LIBARCHIVE_VERSION_N],[3005001])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index d7ef495a435f3916e5d6525d62bdad941bc36032..48abb3bc994e9a42af09f13c34793507c7e8464e 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 3005000
+#define        ARCHIVE_VERSION_NUMBER 3005001
 
 #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.5.0"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.5.1dev"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index d8c7535c3213ec38d00853e07077097e21fdcdb5..c0e75bf9f1029a81edd1f553608f861c26b40fa5 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 3005000
+#define        ARCHIVE_VERSION_NUMBER 3005001
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the