]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.8.0dev
authorMartin Matuska <martin@matuska.de>
Fri, 13 Sep 2024 21:13:01 +0000 (23:13 +0200)
committerMartin Matuska <martin@matuska.de>
Fri, 13 Sep 2024 21:13:01 +0000 (23:13 +0200)
CMakeLists.txt
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

index e23338e4df21ac7b34f1c1a9b07686a11bdb56f2..d683f70d9545e89b9f25d2e5c31774655869f052 100644 (file)
@@ -29,7 +29,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 49ac2b56a179bcdd942256570ec915358cdb8b3f..7333f0e7d0cce1be39d9f50205fad624ed7a1e40 100644 (file)
@@ -1 +1 @@
-3007005
+3008000
index 227275ab19aa6a3e6977ed5b0c79da84d0af1d09..c4d79ab6a5563b0ff6099b7e2fb77f693f7e611f 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.5])
-m4_define([LIBARCHIVE_VERSION_N],[3007005])
+m4_define([LIBARCHIVE_VERSION_S],[3.8.0dev])
+m4_define([LIBARCHIVE_VERSION_N],[3008000])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 8784ab77628e97aec584c1d1369a5eb9488031c4..04601a79a6c5af09524f59a76e3aa13e57736d06 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 3007005
+#define        ARCHIVE_VERSION_NUMBER 3008000
 
 #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.5"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.8.0dev"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index 3a0afffb08cdb54299e9515ade0dd19012b271f7..de2d2ffd8e417d766b18ee91fd22925eb04fc155 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 3007005
+#define        ARCHIVE_VERSION_NUMBER 3008000
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the