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

index ec97e4c7738c620ed1af92cb6c9a55f4100d7df7..822056b9102b943d6b6b4de287d6d9b537122b3c 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 b06fe47265596fdb9f3d409f1c9df33d8caaec07..49ac2b56a179bcdd942256570ec915358cdb8b3f 100644 (file)
@@ -1 +1 @@
-3007004
+3007005
index 5668d41cab6f75565e9f1a021165ea296b186dec..c4c219f1cc1352303f4386cdb8152ac94f25cd4f 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.4])
-m4_define([LIBARCHIVE_VERSION_N],[3007004])
+m4_define([LIBARCHIVE_VERSION_S],[3.7.5dev])
+m4_define([LIBARCHIVE_VERSION_N],[3007005])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index fd4dd20fad13ca8a1b705c17ff61ca2fbaf1c776..3379735c69812389f704a574816b268f2d77cbd2 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 3007004
+#define        ARCHIVE_VERSION_NUMBER 3007005
 
 #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.7.4"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.7.5dev"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index 1c59ded7c911641647415dc3334502fb3eb3596c..3b41a0f8e312c60e605ed64f9a2b65e482dfa595 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 3007004
+#define        ARCHIVE_VERSION_NUMBER 3007005
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the