diff options
author | Martin Matuska <mm@FreeBSD.org> | 2020-12-27 23:35:49 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2020-12-27 23:37:06 +0000 |
commit | 70a567c2c350b29e667e26d5e1b9b1d35d567172 (patch) | |
tree | ae5ac854324898de1fcca2d109c6528bd86b15f1 /usr.bin/cpio | |
parent | 69a18c5826c9633a6d77e18f9f34e02c83d22717 (diff) |
bsdcat,cpio,tar: Bump version number to 3.5.1
Matches import of libarchive 3.5.1
Diffstat (limited to 'usr.bin/cpio')
-rw-r--r-- | usr.bin/cpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile index 19446941ff05..6855e3e2d77e 100644 --- a/usr.bin/cpio/Makefile +++ b/usr.bin/cpio/Makefile @@ -6,7 +6,7 @@ _LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive _LIBARCHIVECONFDIR= ${SRCTOP}/lib/libarchive PROG= bsdcpio -BSDCPIO_VERSION_STRING= 3.5.0 +BSDCPIO_VERSION_STRING= 3.5.1 .PATH: ${_LIBARCHIVEDIR}/cpio SRCS= cpio.c cmdline.c |