]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Release 3.7.1 v3.7.1
authorMartin Matuska <martin@matuska.de>
Sat, 29 Jul 2023 16:58:59 +0000 (18:58 +0200)
committerMartin Matuska <martin@matuska.de>
Sat, 29 Jul 2023 16:59:32 +0000 (18:59 +0200)
CMakeLists.txt
NEWS
configure.ac
libarchive/archive.h

index 909fef70838e78c4974826e7b5ebfa394839836b..6849ce40be2e9250ed9bfffa05b2caac0a7878a4 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 "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 61d1ca47340e7f418d170266675e26ca1e6e7fa9..7509c9ce5fa17b77f673f0db082a26c6a6565160 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Jul 29, 2023: libarchive 3.7.1 released
+
 Jul 18, 2023: libarchive 3.7.0 released
 
 Jul 14, 2023: bsdunzip port from FreeBSD
index d4377f05435503d0d02beafa4af1ab3fc790f1a7..1bb446ba4d9bc305e612a3b6619af953023d28bb 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.1dev])
+m4_define([LIBARCHIVE_VERSION_S],[3.7.1])
 m4_define([LIBARCHIVE_VERSION_N],[3007001])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
index 49fa463c1a97ed9c8cc09e8a8a4ab7a06c27126a..618b1a176098ec488f584b09f1a13c3b850c1db1 100644 (file)
@@ -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.1dev"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.7.1"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);