summaryrefslogtreecommitdiff
path: root/announce-gen
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-22 16:30:39 +0000
committerJim Meyering <jim@meyering.net>2003-02-22 16:30:39 +0000
commit862609b1ec3b7205182f58097d163f5e747e75a0 (patch)
treeaf2055b62fc0869d0f99f28719945539db130be8 /announce-gen
parent36db69ff1c0cef48fca06dc50d81ec2953807e86 (diff)
downloadcoreutils-862609b1ec3b7205182f58097d163f5e747e75a0.tar.xz
tweak comments
Diffstat (limited to 'announce-gen')
-rwxr-xr-xannounce-gen5
1 files changed, 1 insertions, 4 deletions
diff --git a/announce-gen b/announce-gen
index 5239949f6..a74c0020b 100755
--- a/announce-gen
+++ b/announce-gen
@@ -6,7 +6,7 @@ use Getopt::Long;
use Digest::MD5;
use Digest::SHA1;
-(my $VERSION = '$Revision: 1.6 $ ') =~ tr/[0-9].//cd;
+(my $VERSION = '$Revision: 1.7 $ ') =~ tr/[0-9].//cd;
(my $ME = $0) =~ s|.*/||;
END
@@ -224,9 +224,6 @@ EOF
}
# FIXME: depend on whether it's a test release
- # sed -n "$news-r1),$news-r2)p" NEWS
- # | grep -v '^\[';
- # echo;
# echo ChangeLog entries:;
# find . -name ChangeLog -maxdepth 2
# | xargs $(CVS) diff -up -r$(prev-cvs-tag) -rHEAD