1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Libarchive in FreeBSD is now synced up with 2.7.901a from

libarchive.googlecode.com
This commit is contained in:
Tim Kientzle 2009-12-30 06:25:19 +00:00
parent 8088bef24c
commit b54f125538
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201249

View File

@ -127,13 +127,13 @@ extern "C" {
* (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
* #endif
*/
#define ARCHIVE_VERSION_NUMBER 2007000
#define ARCHIVE_VERSION_NUMBER 2007901
__LA_DECL int archive_version_number(void);
/*
* Textual name/version of the library, useful for version displays.
*/
#define ARCHIVE_VERSION_STRING "libarchive 2.7.0"
#define ARCHIVE_VERSION_STRING "libarchive 2.7.901a"
__LA_DECL const char * archive_version_string(void);
#if ARCHIVE_VERSION_NUMBER < 3000000