summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2009-03-08 04:32:38 +0000
committerkientzle <kientzle@FreeBSD.org>2009-03-08 04:32:38 +0000
commitd8942ed61fbf4dcbc5a81ed259defb3b654801b4 (patch)
tree282e845a3a54536ded04285c5e5d94064fc43849 /lib
parent8aaf316fddc5d1b84b0c75d60c0612f91bb4e9fd (diff)
downloadFreeBSD-src-d8942ed61fbf4dcbc5a81ed259defb3b654801b4.zip
FreeBSD-src-d8942ed61fbf4dcbc5a81ed259defb3b654801b4.tar.gz
Set version to 2.6.901a to indicate this now matches
libarchive.googlecode.com r745. (Except for the lzma/xz support, which needs a little more attention before it can be merged.)
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/archive.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libarchive/archive.h b/lib/libarchive/archive.h
index c00faee..23b9a9d 100644
--- a/lib/libarchive/archive.h
+++ b/lib/libarchive/archive.h
@@ -118,13 +118,13 @@ extern "C" {
* (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
* #endif
*/
-#define ARCHIVE_VERSION_NUMBER 2005903
+#define ARCHIVE_VERSION_NUMBER 2006901
__LA_DECL int archive_version_number(void);
/*
* Textual name/version of the library, useful for version displays.
*/
-#define ARCHIVE_VERSION_STRING "libarchive 2.5.903a"
+#define ARCHIVE_VERSION_STRING "libarchive 2.6.901a"
__LA_DECL const char * archive_version_string(void);
#if ARCHIVE_VERSION_NUMBER < 3000000
@@ -231,6 +231,7 @@ typedef int archive_close_callback(struct archive *, void *_client_data);
#define ARCHIVE_COMPRESSION_COMPRESS 3
#define ARCHIVE_COMPRESSION_PROGRAM 4
#define ARCHIVE_COMPRESSION_LZMA 5
+#define ARCHIVE_COMPRESSION_XZ 6
/*
* Codes returned by archive_format.
OpenPOWER on IntegriCloud