diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2007-03-11 10:29:52 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2007-03-11 10:29:52 +0000 |
| commit | 2304493774fd7ce8c8afaf9c3709ddcd766d566f (patch) | |
| tree | 2deb823f3313d605e925a0e66c615bbb45f0f5fd /lib/libarchive/Makefile | |
| parent | ce475c411b6a01b08c9fdb88515fd8adb7aa4104 (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 f5a37e9dcf57..a3f35b1d72dd 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.20 +VERSION= 2.0.23 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/\..*//' |
