diff options
author | hubertf <hubertf> | 2001-07-09 21:44:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-07-09 21:44:58 +0000 |
commit | ac0678fd758e231ae16d3ed6204c298459e17cf3 (patch) | |
tree | d87ceaffefe97323fae791a5d63cbb00f6858084 /pkgtools/digest | |
parent | 73d6f3fd96b73e16eb419e8002513885324e3d95 (diff) | |
download | pkgsrc-ac0678fd758e231ae16d3ed6204c298459e17cf3.tar.gz |
Bump version to 20010709
Diffstat (limited to 'pkgtools/digest')
-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 938f9a11928..653638321d0 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/06/14 20:39:32 tron Exp $ +# $NetBSD: Makefile,v 1.21 2001/07/09 21:44:58 hubertf 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= 20010320 +VERSION= 20010709 EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} |