svn commit: r201249 - head/lib/libarchive

Tim Kientzle kientzle at FreeBSD.org
Wed Dec 30 06:25:20 UTC 2009


Author: kientzle
Date: Wed Dec 30 06:25:19 2009
New Revision: 201249
URL: http://svn.freebsd.org/changeset/base/201249

Log:
  Libarchive in FreeBSD is now synced up with 2.7.901a from
  libarchive.googlecode.com

Modified:
  head/lib/libarchive/archive.h

Modified: head/lib/libarchive/archive.h
==============================================================================
--- head/lib/libarchive/archive.h	Wed Dec 30 06:12:03 2009	(r201248)
+++ head/lib/libarchive/archive.h	Wed Dec 30 06:25:19 2009	(r201249)
@@ -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


More information about the svn-src-head mailing list