remove $id$ strings from BPQ changes

This commit is contained in:
Dirk Koopman 2008-02-05 11:50:05 +00:00
parent a90885c5c1
commit 22709bc68b
3 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#
# Copyright (c) 2001 Dirk Koopman G1TLH
#
# $Id$
#
#
my $self = shift;

View File

@ -5,7 +5,6 @@
# This is where the cluster handles direct connections coming both in
# and out
#
# $Id$
#
# Copyright (c) 2001 - Dirk Koopman G1TLH
#

View File

@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
$version = '1.54';
$subversion = '0';
$build = '200';
$build = '201';
1;