diff options
author | tron <tron@pkgsrc.org> | 2001-02-25 11:10:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-25 11:10:12 +0000 |
commit | 5e30c7709d6efeeb71f92caedba67d4fd679f356 (patch) | |
tree | 2e86dfc4d060546d72944f32e164a137cc6dfcd6 /news/knews/Makefile | |
parent | efeed920fb2dee1b27ea3215f74b26858fa40999 (diff) | |
download | pkgsrc-5e30c7709d6efeeb71f92caedba67d4fd679f356.tar.gz |
Fix another bug in IPv6 support. Bump version number to 1.0nb4.
Diffstat (limited to 'news/knews/Makefile')
-rw-r--r-- | news/knews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 9fafe3280a8..0ac18cd54c9 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2001/02/24 22:40:39 tron Exp $ +# $NetBSD: Makefile,v 1.30 2001/02/25 11:10:12 tron Exp $ DISTNAME= knews-1.0b.1 -PKGNAME= knews-1.0nb3 +PKGNAME= knews-1.0nb4 CATEGORIES= news x11 MASTER_SITES= http://www.matematik.su.se/~kjj/ |