diff options
author | dmcmahill <dmcmahill> | 2001-03-13 15:14:30 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-03-13 15:14:30 +0000 |
commit | 9c0915994343450340cb8702aa328d5992e647b1 (patch) | |
tree | 960361f966cc319fc8148033082d3928413c452e | |
parent | 49d4a2d3c62f6b91835842f43ef7a5fb83258785 (diff) | |
download | pkgsrc-9c0915994343450340cb8702aa328d5992e647b1.tar.gz |
bump version to go with last change
-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} |