diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2007-04-14 08:42:50 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2007-04-14 08:42:50 +0000 |
| commit | fac89d274332dacffb27e963ca7afa6ea89914d8 (patch) | |
| tree | d084131ccfb0a5ef3d48e89d8581db23e0cce801 /lib/libarchive/Makefile | |
| parent | 22ff6c7af3b6b1ac1a2ce948c015bae146ef2da2 (diff) | |
Notes
Diffstat (limited to 'lib/libarchive/Makefile')
| -rw-r--r-- | lib/libarchive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index e0048abbecf96..36b5dc2d975ba 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.29 +VERSION= 2.0.30 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/\..*//' |
