]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Release 3.7.2 v3.7.2
authorMartin Matuska <martin@matuska.de>
Mon, 11 Sep 2023 21:59:08 +0000 (23:59 +0200)
committerMartin Matuska <martin@matuska.de>
Mon, 11 Sep 2023 22:01:01 +0000 (00:01 +0200)
CMakeLists.txt
NEWS
configure.ac
libarchive/archive.h

index dc1fcc72a7fc21ec38ddd1a0085f0d04403ac44c..ff1b025b9ebe22eabd09f34008a73ca36a059eb2 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 7509c9ce5fa17b77f673f0db082a26c6a6565160..d3b0eb9ff7da03efe02540c5008e2a3b9e7d701b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Sep 12, 2023: libarchive 3.7.2 released
+
 Jul 29, 2023: libarchive 3.7.1 released
 
 Jul 18, 2023: libarchive 3.7.0 released
index 4a4bdd628639a033086bea1d6dc764a7add450b4..6c3c70438a8248fc72343fafd4b8d4e42189962f 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.2dev])
+m4_define([LIBARCHIVE_VERSION_S],[3.7.2])
 m4_define([LIBARCHIVE_VERSION_N],[3007002])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
index 854fefdd64e0517c4682a8e81b5a96473acc801f..a18b81fc21a8c86a6e84215e005fb576088b8a8a 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.2dev"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.7.2"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);