summaryrefslogtreecommitdiffstats
path: root/libarchive/archive.h
diff options
context:
space:
mode:
authorLibArchive Upstream <libarchive-discuss@googlegroups.com>2016-06-20 03:30:48 (GMT)
committerBrad King <brad.king@kitware.com>2016-06-20 14:50:05 (GMT)
commit2b94d71d8850d68b677d5653c698371528344a10 (patch)
tree4be9df5d22d734731f53f7dd2ba31a378e8db13a /libarchive/archive.h
parent501345e470bb9c5b0cb61aff84bd50ffdd95b92d (diff)
downloadCMake-2b94d71d8850d68b677d5653c698371528344a10.zip
CMake-2b94d71d8850d68b677d5653c698371528344a10.tar.gz
CMake-2b94d71d8850d68b677d5653c698371528344a10.tar.bz2
LibArchive 2016-06-19 (139d0576)
Code extracted from: https://github.com/libarchive/libarchive.git at commit 139d0576b51a253732a5ab1f66805dffbf8b00af (master).
Diffstat (limited to 'libarchive/archive.h')
-rw-r--r--libarchive/archive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/archive.h b/libarchive/archive.h
index 59e9ef1..1794dd3 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 3002000
+#define ARCHIVE_VERSION_NUMBER 3002001
#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.2.0"
+#define ARCHIVE_VERSION_ONLY_STRING "3.2.1"
#define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
__LA_DECL const char * archive_version_string(void);