Skip to content

Commit 1b2c437

Browse files
committed
Release 3.5.2
1 parent 46430d3 commit 1b2c437

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

CMakeLists.txt

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

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Aug 22, 2021: libarchive 3.5.2 released
2+
13
Dec 26, 2020: libarchive 3.5.1 released
24

35
Dec 01, 2020: libarchive 3.5.0 released

build/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3005002dev
1+
3005002

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.5.2dev])
7+
m4_define([LIBARCHIVE_VERSION_S],[3.5.2])
88
m4_define([LIBARCHIVE_VERSION_N],[3005002])
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
@@ -155,7 +155,7 @@ __LA_DECL int archive_version_number(void);
155155
/*
156156
* Textual name/version of the library, useful for version displays.
157157
*/
158-
#define ARCHIVE_VERSION_ONLY_STRING "3.5.2dev"
158+
#define ARCHIVE_VERSION_ONLY_STRING "3.5.2"
159159
#define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
160160
__LA_DECL const char * archive_version_string(void);
161161

0 commit comments

Comments
 (0)