From: Dirk Koopman Date: Tue, 5 Feb 2008 11:50:05 +0000 (+0000) Subject: remove $id$ strings from BPQ changes X-Git-Tag: 1.55~19 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=22709bc68bb04f5ee548053956c88eeca42ad3b4 remove $id$ strings from BPQ changes --- 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;