]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.7.2dev
authorMartin Matuska <martin@matuska.de>
Sat, 29 Jul 2023 17:30:12 +0000 (19:30 +0200)
committerMartin Matuska <martin@matuska.de>
Sat, 29 Jul 2023 17:30:12 +0000 (19:30 +0200)
CMakeLists.txt
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

index 6849ce40be2e9250ed9bfffa05b2caac0a7878a4..909fef70838e78c4974826e7b5ebfa394839836b 100644 (file)
@@ -21,7 +21,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 d24f5b31e2355627863d471c510fbf55d897765b..414ae6d4894bbf4fa837b6592622f8e25328c925 100644 (file)
@@ -1 +1 @@
-3007001
+3007002
index 1bb446ba4d9bc305e612a3b6619af953023d28bb..11aa5e8b2f513cd5de3844df36f9b8e527c9f4f7 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.1])
-m4_define([LIBARCHIVE_VERSION_N],[3007001])
+m4_define([LIBARCHIVE_VERSION_S],[3.7.2dev])
+m4_define([LIBARCHIVE_VERSION_N],[3007002])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 618b1a176098ec488f584b09f1a13c3b850c1db1..854fefdd64e0517c4682a8e81b5a96473acc801f 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 3007001
+#define        ARCHIVE_VERSION_NUMBER 3007002
 
 #include <sys/stat.h>
 #include <stddef.h>  /* for wchar_t */
@@ -157,7 +157,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.1"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.7.2dev"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index c15460b96538b1616e26e1ac9ca777e54050c831..e4c0ab344ebad7b306f114edc6d0a040e14bf4cd 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 3007001
+#define        ARCHIVE_VERSION_NUMBER 3007002
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the