diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2007-03-13 06:04:24 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2007-03-13 06:04:24 +0000 |
| commit | 22976ba40a4f8b089163c2f73c23f218ed88ff45 (patch) | |
| tree | 81849ae05e3816b7b29a5544620173a3f1cb7d99 /lib/libarchive/Makefile | |
| parent | 6238e679b74ac8e47d526c86324807054a9f28e9 (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 a3f35b1d72dd..e66d37437fac 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.23 +VERSION= 2.0.24 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/\..*//' |
