remove $id$ strings from BPQ changes
authorDirk Koopman <djk@tobit.co.uk>
Tue, 5 Feb 2008 11:50:05 +0000 (11:50 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Tue, 5 Feb 2008 11:50:05 +0000 (11:50 +0000)
cmd/show/connect.pl
perl/ExtMsg.pm
perl/Version.pm

index 4644d5c9d6bd497dbe79524e410cf7bdeb065126..89aef0c94d272f6529bd7cbba2dc69f8a874df2f 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 2001 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 my $self = shift;
index 15f875a7facf6f514d29785d4121a22f1c71b599..07e740ac6385342d66f4c5a21817cb138fe57092 100644 (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
 #
index fc713ecf1b8ca0d62f7d925d7e76526a17f935ab..9c2f2b25aac5798e4c561b75d293e9e927fdc9d6 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '200';
+$build = '201';
 
 1;