diff --git a/cmd/show/connect.pl b/cmd/show/connect.pl index 4644d5c9..89aef0c9 100644 --- a/cmd/show/connect.pl +++ b/cmd/show/connect.pl @@ -3,7 +3,7 @@ # # Copyright (c) 2001 Dirk Koopman G1TLH # -# $Id$ +# # my $self = shift; diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index 15f875a7..07e740ac 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -5,7 +5,6 @@ # This is where the cluster handles direct connections coming both in # and out # -# $Id$ # # Copyright (c) 2001 - Dirk Koopman G1TLH # diff --git a/perl/Version.pm b/perl/Version.pm index fc713ecf..9c2f2b25 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 = '200'; +$build = '201'; 1;