From b3be94ba4f36943745e64a6a0a3c21c2d1281d3c Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Mon, 8 Apr 2024 12:17:17 +0200 Subject: [PATCH] Libarchive 3.7.4dev --- CMakeLists.txt | 2 +- build/version | 2 +- configure.ac | 4 ++-- libarchive/archive.h | 2 +- libarchive/archive_entry.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0fbd70b3..1cb975a3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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". diff --git a/build/version b/build/version index fcdfc39dc..b06fe4726 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -3007003 +3007004 diff --git a/configure.ac b/configure.ac index 503bb75ac..82bdf230f 100644 --- a/configure.ac +++ b/configure.ac @@ -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()) diff --git a/libarchive/archive.h b/libarchive/archive.h index 2e3a9f31c..39acf721b 100644 --- a/libarchive/archive.h +++ b/libarchive/archive.h @@ -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 #include /* for wchar_t */ diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h index df9cb765f..1c59ded7c 100644 --- a/libarchive/archive_entry.h +++ b/libarchive/archive_entry.h @@ -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 -- 2.47.2