From: Dirk Koopman Date: Wed, 25 Jul 2007 17:18:21 +0000 (+0100) Subject: force update of talk command X-Git-Tag: 1.55~85 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=ea27ec80247b0f34e18adbcbae20adc66cbd5789 force update of talk command Doing this because my update of 1.29 confuses cvsserver. --- diff --git a/cmd/talk.pl b/cmd/talk.pl index 57b27e7c..15e8c124 100644 --- a/cmd/talk.pl +++ b/cmd/talk.pl @@ -1,5 +1,5 @@ # -# The talk command +# The talk command (improved) # # Copyright (c) 1998 Dirk Koopman G1TLH # diff --git a/perl/Version.pm b/perl/Version.pm index b2d7b72d..2fe6b660 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '129'; +$build = '130'; 1;