summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-01-23 05:48:07 +0000
committerkientzle <kientzle@FreeBSD.org>2008-01-23 05:48:07 +0000
commit417364f2dbb6ed6c3df91aa29e2db057c2faca94 (patch)
tree94333d4c826c3372f554fcc4faf3ea20719407d5 /lib
parentd164e15296c449484a5a6fc7ccb457614a31f943 (diff)
downloadFreeBSD-src-417364f2dbb6ed6c3df91aa29e2db057c2faca94.zip
FreeBSD-src-417364f2dbb6ed6c3df91aa29e2db057c2faca94.tar.gz
Track version # from the portable release.
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index a2cf6f2..bd59b2a 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -11,7 +11,7 @@ LDADD= -lbz2 -lz
# Revision: Bumped on any notable change
# The useful version number (one integer, easy to compare)
-LIBARCHIVE_VERSION= 2004010
+LIBARCHIVE_VERSION= 2004012
# The pretty version string
LIBARCHIVE_VERSION_STRING!= echo $$((${LIBARCHIVE_VERSION} / 1000000)).$$((${LIBARCHIVE_VERSION} / 1000 % 1000)).$$((${LIBARCHIVE_VERSION} % 1000))
OpenPOWER on IntegriCloud