Skip to content

Commit 6468cd1

Browse files
committed
Release 3.7.2
1 parent 98f9063 commit 6468cd1

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif()
2121
# RelWithDebInfo : Release build with Debug Info
2222
# MinSizeRel : Release Min Size build
2323
IF(NOT CMAKE_BUILD_TYPE)
24-
SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Build Type" FORCE)
24+
SET(CMAKE_BUILD_TYPE "Release" CACHE STRING "Build Type" FORCE)
2525
ENDIF(NOT CMAKE_BUILD_TYPE)
2626
# Set a value type to properly display CMAKE_BUILD_TYPE on GUI if the
2727
# value type is "UNINITIALIZED".

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Sep 12, 2023: libarchive 3.7.2 released
2+
13
Jul 29, 2023: libarchive 3.7.1 released
24

35
Jul 18, 2023: libarchive 3.7.0 released

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl First, define all of the version numbers up front.
44
dnl In particular, this allows the version macro to be used in AC_INIT
55

66
dnl These first two version numbers are updated automatically on each release.
7-
m4_define([LIBARCHIVE_VERSION_S],[3.7.2dev])
7+
m4_define([LIBARCHIVE_VERSION_S],[3.7.2])
88
m4_define([LIBARCHIVE_VERSION_N],[3007002])
99

1010
dnl bsdtar and bsdcpio versioning tracks libarchive

libarchive/archive.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ __LA_DECL int archive_version_number(void);
157157
/*
158158
* Textual name/version of the library, useful for version displays.
159159
*/
160-
#define ARCHIVE_VERSION_ONLY_STRING "3.7.2dev"
160+
#define ARCHIVE_VERSION_ONLY_STRING "3.7.2"
161161
#define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
162162
__LA_DECL const char * archive_version_string(void);
163163

0 commit comments

Comments
 (0)