From 22709bc68bb04f5ee548053956c88eeca42ad3b4 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Tue, 5 Feb 2008 11:50:05 +0000 Subject: [PATCH] remove $id$ strings from BPQ changes --- cmd/show/connect.pl | 2 +- perl/ExtMsg.pm | 1 - perl/Version.pm | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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; -- 2.34.1