diff options
-rwxr-xr-x | announce-gen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/announce-gen b/announce-gen index 45ab1b29b..051159231 100755 --- a/announce-gen +++ b/announce-gen @@ -6,7 +6,7 @@ use Getopt::Long; use Digest::MD5; use Digest::SHA1; -(my $VERSION = '$Revision: 1.22 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.23 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; my %valid_release_types = map {$_ => 1} qw (alpha beta major); @@ -134,7 +134,7 @@ sub print_signatures (@) { my (@file) = @_; - print "Here are the MD5 and SHA1 signatures:\n"; + print "Here are the MD5 and SHA1 checksums:\n"; print "\n"; foreach my $meth (qw (md5 sha1)) |