diff options
author | Brad King <brad.king@kitware.com> | 2017-08-02 15:45:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-08-02 15:45:35 (GMT) |
commit | 6bef326eb4140444ed70a202bc37af11e0ba158b (patch) | |
tree | 8e4d02f71edb3d062f96747fe40a61a384b51688 /Utilities/cmlibarchive/libarchive/archive.h | |
parent | 83c86639103d9cfc009b9e998009d81e579df25f (diff) | |
parent | c80d8cb293155ef9be76079c90cb159990ecb43f (diff) | |
download | CMake-6bef326eb4140444ed70a202bc37af11e0ba158b.zip CMake-6bef326eb4140444ed70a202bc37af11e0ba158b.tar.gz CMake-6bef326eb4140444ed70a202bc37af11e0ba158b.tar.bz2 |
Merge topic 'update-libarchive'
c80d8cb2 libarchive: Fix inclusion of zlib, bzlib, and lzma for build within CMake
6df1bda1 Merge branch 'upstream-LibArchive' into update-libarchive
11f3dcb0 LibArchive 2017-07-09 (98a69539)
b6674431 libarchive: Update script to get 3.3.2
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1071
Diffstat (limited to 'Utilities/cmlibarchive/libarchive/archive.h')
-rw-r--r-- | Utilities/cmlibarchive/libarchive/archive.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmlibarchive/libarchive/archive.h b/Utilities/cmlibarchive/libarchive/archive.h index cfb5c48..0f94d2e 100644 --- a/Utilities/cmlibarchive/libarchive/archive.h +++ b/Utilities/cmlibarchive/libarchive/archive.h @@ -36,7 +36,7 @@ * assert that ARCHIVE_VERSION_NUMBER >= 2012108. */ /* Note: Compiler will complain if this does not match archive_entry.h! */ -#define ARCHIVE_VERSION_NUMBER 3003001 +#define ARCHIVE_VERSION_NUMBER 3003002 #include <sys/stat.h> #include <stddef.h> /* for wchar_t */ @@ -152,7 +152,7 @@ __LA_DECL int archive_version_number(void); /* * Textual name/version of the library, useful for version displays. */ -#define ARCHIVE_VERSION_ONLY_STRING "3.3.1" +#define ARCHIVE_VERSION_ONLY_STRING "3.3.2" #define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING __LA_DECL const char * archive_version_string(void); |