]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Release 3.7.4 v3.7.4
authorMartin Matuska <martin@matuska.de>
Fri, 26 Apr 2024 09:22:15 +0000 (11:22 +0200)
committerMartin Matuska <martin@matuska.de>
Fri, 26 Apr 2024 09:22:15 +0000 (11:22 +0200)
CMakeLists.txt
NEWS
configure.ac
libarchive/archive.h

index 822056b9102b943d6b6b4de287d6d9b537122b3c..ec97e4c7738c620ed1af92cb6c9a55f4100d7df7 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 "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 f4395fd1c9794b71a4f8cde643d8badd3008548e..ebdbb2a978ec87a3c00c2a3e50b4f6907b3f9eac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Apr 26, 2024: libarchive 3.7.4 released
+
 Apr 08, 2024: libarchive 3.7.3 released
 
 Sep 12, 2023: libarchive 3.7.2 released
index c778c043f0a2cc4ec26aafd80d78b419243ae79b..5668d41cab6f75565e9f1a021165ea296b186dec 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.4dev])
+m4_define([LIBARCHIVE_VERSION_S],[3.7.4])
 m4_define([LIBARCHIVE_VERSION_N],[3007004])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
index 773649a6ef9f4e6cd2baf2e2e8b821aa5eb45585..fd4dd20fad13ca8a1b705c17ff61ca2fbaf1c776 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.4dev"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.7.4"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);