From 9190f9817d916a37e60ba663935085388101eabc Mon Sep 17 00:00:00 2001 From: kientzle Date: Sat, 5 Jul 2008 05:17:33 +0000 Subject: bsdcpio is now at version 1.0.0. --- usr.bin/cpio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile index de89645..b33cb20 100644 --- a/usr.bin/cpio/Makefile +++ b/usr.bin/cpio/Makefile @@ -3,7 +3,7 @@ .include PROG= bsdcpio -BSDCPIO_VERSION_STRING=0.9.11b +BSDCPIO_VERSION_STRING=1.0.0 SRCS= cpio.c cmdline.c err.c matching.c pathmatch.c WARNS?= 6 DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2} -- cgit v1.1