]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
bsdcpio 1.0.0
authorTim Kientzle <kientzle@gmail.com>
Sun, 15 Jun 2008 03:56:33 +0000 (23:56 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 15 Jun 2008 03:56:33 +0000 (23:56 -0400)
SVN-Revision: 123

cpio/Makefile

index cc5c1065f251d12e14532762a52bfd966acd2fc0..2e91ba3b066dd06c9b3b1713dc2c262145417ffe 100644 (file)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 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}