diff options
author | LibArchive Upstream <libarchive-discuss@googlegroups.com> | 2017-07-10 02:38:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-20 15:30:03 (GMT) |
commit | 11f3dcb04887fccf38a8eda19d498bf7a5060486 (patch) | |
tree | 4b378eff64b58e174cf8757397861223e5adf918 /libarchive/archive.h | |
parent | 059aa805c9c0cb34c92eb69abf66febc40ab62db (diff) | |
download | CMake-11f3dcb04887fccf38a8eda19d498bf7a5060486.zip CMake-11f3dcb04887fccf38a8eda19d498bf7a5060486.tar.gz CMake-11f3dcb04887fccf38a8eda19d498bf7a5060486.tar.bz2 |
LibArchive 2017-07-09 (98a69539)
Code extracted from:
https://github.com/libarchive/libarchive.git
at commit 98a695399e8e7420635a5448aecde8b0a82fb83a (v3.3.2).
Diffstat (limited to 'libarchive/archive.h')
-rw-r--r-- | libarchive/archive.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/archive.h b/libarchive/archive.h index d400735..316a68a 100644 --- a/libarchive/archive.h +++ b/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 */ @@ -155,7 +155,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); |