diff options
author | Martin Matuska <mm@FreeBSD.org> | 2020-12-13 15:29:19 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2020-12-13 15:29:19 +0000 |
commit | bcd2ffcdc2bdf4551e249ea3f75de6bbb5bfef02 (patch) | |
tree | bec1e03a65282aaf773a7631ddee90cdff250e41 /libarchive/archive_entry.h | |
parent | d5f2a5ff11474589cccacfc8e153d437f48530e2 (diff) |
Notes
Diffstat (limited to 'libarchive/archive_entry.h')
-rw-r--r-- | libarchive/archive_entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h index d8c7535c3213e..c0e75bf9f1029 100644 --- a/libarchive/archive_entry.h +++ b/libarchive/archive_entry.h @@ -30,7 +30,7 @@ #define ARCHIVE_ENTRY_H_INCLUDED /* Note: Compiler will complain if this does not match archive.h! */ -#define ARCHIVE_VERSION_NUMBER 3005000 +#define ARCHIVE_VERSION_NUMBER 3005001 /* * Note: archive_entry.h is for use outside of libarchive; the |