Skip to content

Commit c26ae71

Browse files
committed
Release 3.7.9
1 parent ad8aead commit c26ae71

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Mar 30, 2025: libarchive 3.7.9 released
2+
13
Mar 20, 2025: libarchive 3.7.8 released
24

35
Oct 13, 2024: libarchive 3.7.7 released

build/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3007008
1+
3007009

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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.8])
8-
m4_define([LIBARCHIVE_VERSION_N],[3007008])
7+
m4_define([LIBARCHIVE_VERSION_S],[3.7.9])
8+
m4_define([LIBARCHIVE_VERSION_N],[3007009])
99

1010
dnl bsdtar and bsdcpio versioning tracks libarchive
1111
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())

libarchive/archive.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* assert that ARCHIVE_VERSION_NUMBER >= 2012108.
3535
*/
3636
/* Note: Compiler will complain if this does not match archive_entry.h! */
37-
#define ARCHIVE_VERSION_NUMBER 3007008
37+
#define ARCHIVE_VERSION_NUMBER 3007009
3838

3939
#include <sys/stat.h>
4040
#include <stddef.h> /* for wchar_t */
@@ -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.7.8"
158+
#define ARCHIVE_VERSION_ONLY_STRING "3.7.9"
159159
#define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
160160
__LA_DECL const char * archive_version_string(void);
161161

libarchive/archive_entry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define ARCHIVE_ENTRY_H_INCLUDED
2929

3030
/* Note: Compiler will complain if this does not match archive.h! */
31-
#define ARCHIVE_VERSION_NUMBER 3007008
31+
#define ARCHIVE_VERSION_NUMBER 3007009
3232

3333
/*
3434
* Note: archive_entry.h is for use outside of libarchive; the

0 commit comments

Comments
 (0)