diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-13 15:14:30 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-13 15:14:30 +0000 |
commit | 096a883221ab3f8719b909d8cdac28fef220310b (patch) | |
tree | 960361f966cc319fc8148033082d3928413c452e /pkgtools | |
parent | aa503848812715a6650138325a28aa4ab96d54de (diff) | |
download | pkgsrc-096a883221ab3f8719b909d8cdac28fef220310b.tar.gz |
bump version to go with last change
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/digest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index ba071b74600..d49018b9aec 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/03/12 09:08:40 agc Exp $ +# $NetBSD: Makefile,v 1.11 2001/03/13 15:14:30 dmcmahill Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -12,7 +12,7 @@ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.netbsd.org/Documentation/software/packages.html COMMENT= message digest wrapper utility -VERSION= 20010307 +VERSION= 20010308 EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} |