diff options
author | Brad King <brad.king@kitware.com> | 2017-07-20 15:36:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-20 15:36:18 (GMT) |
commit | 6df1bda1c57193b289866389a994ea79a2f5e1d8 (patch) | |
tree | 7bf31a5dc1702e7a0faebe654da69f5c5eaeca90 /Utilities/cmlibarchive/libarchive/archive_entry.h | |
parent | b6674431af4790ba5deea9e5e6bd7b2620beb69e (diff) | |
parent | 11f3dcb04887fccf38a8eda19d498bf7a5060486 (diff) | |
download | CMake-6df1bda1c57193b289866389a994ea79a2f5e1d8.zip CMake-6df1bda1c57193b289866389a994ea79a2f5e1d8.tar.gz CMake-6df1bda1c57193b289866389a994ea79a2f5e1d8.tar.bz2 |
Merge branch 'upstream-LibArchive' into update-libarchive
* upstream-LibArchive:
LibArchive 2017-07-09 (98a69539)
Diffstat (limited to 'Utilities/cmlibarchive/libarchive/archive_entry.h')
-rw-r--r-- | Utilities/cmlibarchive/libarchive/archive_entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmlibarchive/libarchive/archive_entry.h b/Utilities/cmlibarchive/libarchive/archive_entry.h index 6e0225b..8c8e75a 100644 --- a/Utilities/cmlibarchive/libarchive/archive_entry.h +++ b/Utilities/cmlibarchive/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 3003001 +#define ARCHIVE_VERSION_NUMBER 3003002 /* * Note: archive_entry.h is for use outside of libarchive; the |