aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cpio
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2008-07-05 05:17:33 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2008-07-05 05:17:33 +0000
commitba779d5afd1e95df17f59bb81383bd1d44121cc5 (patch)
tree562deb85a0e6411458fd3e72942392fcaea17632 /usr.bin/cpio
parent0d35b0da0c558d4e60165c1f04b0eae9906926c6 (diff)
downloadsrc-ba779d5afd1e95df17f59bb81383bd1d44121cc5.tar.gz
src-ba779d5afd1e95df17f59bb81383bd1d44121cc5.zip
bsdcpio is now at version 1.0.0.
Notes
Notes: svn path=/head/; revision=180280
Diffstat (limited to 'usr.bin/cpio')
-rw-r--r--usr.bin/cpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile
index de89645202d6..b33cb20a45e1 100644
--- a/usr.bin/cpio/Makefile
+++ b/usr.bin/cpio/Makefile
@@ -3,7 +3,7 @@
.include <bsd.own.mk>
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}