diff options
author | Tim Kientzle <kientzle@acm.org> | 2016-10-23 20:37:27 -0700 |
---|---|---|
committer | Tim Kientzle <kientzle@acm.org> | 2016-10-23 20:37:27 -0700 |
commit | 629358182b04d7de2316bbd29708c58ddf797fd2 (patch) | |
tree | 4492992ca1b66138c8b8e30f3f1cb5155f69bc08 /libarchive/archive_entry.h | |
parent | 92f9e74c00d6a2946fa2f369e37d84e148b37ef0 (diff) | |
download | libarchive-629358182b04d7de2316bbd29708c58ddf797fd2.tar.gz |
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 dab2c9d8..71b1e87e 100644 --- a/libarchive/archive_entry.h +++ b/libarchive/archive_entry.h @@ -29,7 +29,7 @@ #define ARCHIVE_ENTRY_H_INCLUDED /* Note: Compiler will complain if this does not match archive.h! */ -#define ARCHIVE_VERSION_NUMBER 3002001 +#define ARCHIVE_VERSION_NUMBER 3002002 /* * Note: archive_entry.h is for use outside of libarchive; the |