]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.7.4dev
authorMartin Matuska <martin@matuska.de>
Mon, 8 Apr 2024 10:17:17 +0000 (12:17 +0200)
committerMartin Matuska <martin@matuska.de>
Mon, 8 Apr 2024 10:17:17 +0000 (12:17 +0200)
CMakeLists.txt
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

index c0fbd70b38e83942c55ea4387635623a87cd5280..1cb975a3b425f9c33a1fd5c4d7504d1d2cd39103 100644 (file)
@@ -25,7 +25,7 @@ endif()
 #   MinSizeRel     : Release Min Size build
 #   None           : No build type
 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 fcdfc39dcee69266dc8ac9243df03228c9b0e7e0..b06fe47265596fdb9f3d409f1c9df33d8caaec07 100644 (file)
@@ -1 +1 @@
-3007003
+3007004
index 503bb75ac9f801828dad51c1656a3f18cab1cae1..82bdf230f51136cb5d60702098c4b9ff8639bd10 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.7.3])
-m4_define([LIBARCHIVE_VERSION_N],[3007003])
+m4_define([LIBARCHIVE_VERSION_S],[3.7.4dev])
+m4_define([LIBARCHIVE_VERSION_N],[3007004])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 2e3a9f31cd33351bd8705c89ac0d341c0ebfa927..39acf721b92f18be417b005266f5c736b15b89e0 100644 (file)
@@ -34,7 +34,7 @@
  * assert that ARCHIVE_VERSION_NUMBER >= 2012108.
  */
 /* Note: Compiler will complain if this does not match archive_entry.h! */
-#define        ARCHIVE_VERSION_NUMBER 3007003
+#define        ARCHIVE_VERSION_NUMBER 3007004
 
 #include <sys/stat.h>
 #include <stddef.h>  /* for wchar_t */
index df9cb765f7e84f7d90cf286279ddb509a42fcf3b..1c59ded7c911641647415dc3334502fb3eb3596c 100644 (file)
@@ -28,7 +28,7 @@
 #define        ARCHIVE_ENTRY_H_INCLUDED
 
 /* Note: Compiler will complain if this does not match archive.h! */
-#define        ARCHIVE_VERSION_NUMBER 3007003
+#define        ARCHIVE_VERSION_NUMBER 3007004
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the