]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Release 3.7.5 release v3.7.5
authorMartin Matuska <martin@matuska.de>
Fri, 13 Sep 2024 20:20:55 +0000 (22:20 +0200)
committerMartin Matuska <martin@matuska.de>
Fri, 13 Sep 2024 20:20:55 +0000 (22:20 +0200)
CMakeLists.txt
NEWS
configure.ac
libarchive/archive.h

index d683f70d9545e89b9f25d2e5c31774655869f052..e23338e4df21ac7b34f1c1a9b07686a11bdb56f2 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 "Debug" CACHE STRING "Build Type" FORCE)
+  SET(CMAKE_BUILD_TYPE "Release" 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/NEWS b/NEWS
index ebdbb2a978ec87a3c00c2a3e50b4f6907b3f9eac..1c46443fa3fa5643ee4ad091042245911a23924b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Sep 13, 2024: libarchive 3.7.5 released
+
 Apr 26, 2024: libarchive 3.7.4 released
 
 Apr 08, 2024: libarchive 3.7.3 released
index a76aaab200f07753913055de4d9c45ad6461c712..227275ab19aa6a3e6977ed5b0c79da84d0af1d09 100644 (file)
@@ -4,7 +4,7 @@ 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.5dev])
+m4_define([LIBARCHIVE_VERSION_S],[3.7.5])
 m4_define([LIBARCHIVE_VERSION_N],[3007005])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
index 3379735c69812389f704a574816b268f2d77cbd2..8784ab77628e97aec584c1d1369a5eb9488031c4 100644 (file)
@@ -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.5dev"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.7.5"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);