summaryrefslogtreecommitdiff
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2007-04-14 08:20:31 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2007-04-14 08:20:31 +0000
commit015f35775b9f54f31e26c54c69d75e200776a61b (patch)
tree8cfbedf61d20f0a3edf0efe3a5de037f19df7f4d /lib/libarchive/Makefile
parent76aa565c72bca70413fdd0e715bd836d5834c1e7 (diff)
downloadsrc-test2-015f35775b9f54f31e26c54c69d75e200776a61b.tar.gz
src-test2-015f35775b9f54f31e26c54c69d75e200776a61b.zip
Notes
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 83fbe5c67f60..e0048abbecf9 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -9,7 +9,7 @@ LDADD= -lbz2 -lz
# Major: Bumped ONLY when API/ABI breakage happens (see SHLIB_MAJOR)
# Minor: Bumped when significant new features are added
# Revision: Bumped on any notable change
-VERSION= 2.0.28
+VERSION= 2.0.29
ARCHIVE_API_MAJOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/\..*//'
ARCHIVE_API_MINOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/[0-9]*\.//' -e 's/\..*//'