summaryrefslogtreecommitdiff
path: root/cpio
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2008-11-09 13:00:18 -0500
committerTim Kientzle <kientzle@gmail.com>2008-11-09 13:00:18 -0500
commit013ded297daff6a7c683dc8899f5e8a8fdb378f1 (patch)
treec31e3111f20b16763b874b2e86c774182ee3ea9e /cpio
parent2b15ccf49497090dd30674bbe948c6c3342321d7 (diff)
downloadlibarchive-013ded297daff6a7c683dc8899f5e8a8fdb378f1.tar.gz
Update NEWS with a few of the things that have happened
since 2.5.5 was released. I still need to dig through old commit messages to fill this in further before releasing 2.6.0. Bump the version numbers to 2.5.901 to reflect the pre-release status. Bump bsdcpio version to 1.1.0. SVN-Revision: 243
Diffstat (limited to 'cpio')
-rw-r--r--cpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpio/Makefile b/cpio/Makefile
index 31463b02..2923d29f 100644
--- a/cpio/Makefile
+++ b/cpio/Makefile
@@ -3,7 +3,7 @@
.include <bsd.own.mk>
PROG= bsdcpio
-BSDCPIO_VERSION_STRING=1.0.0
+BSDCPIO_VERSION_STRING=1.1.0
SRCS= cpio.c cmdline.c err.c matching.c pathmatch.c
WARNS?= 6
DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2}