X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=d3ab1871c438c6ed2f3a1e5adcff97d9c5733edf;hb=19f68ea69f734f50b46fba21aab99315d5803e09;hp=9f03281f998385deb11d0f3b326374d0230a42d1;hpb=c3c5abeef9492faf2759af04df966311fab43302;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 9f03281f..d3ab1871 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -68,7 +68,7 @@ package main; @inqueue = (); # the main input queue, an array of hashes $systime = 0; # the time now (in seconds) -$version = "1.40"; # the version no of the software +$version = "1.41"; # the version no of the software $starttime = 0; # the starting time of the cluster $lockfn = "cluster.lock"; # lock file name @outstanding_connects = (); # list of outstanding connects @@ -299,7 +299,7 @@ STDOUT->autoflush(1); Log('cluster', "DXSpider V$version started"); # banner -dbg('err', "DXSpider DX Cluster Version $version", "Copyright (c) 1998-1999 Dirk Koopman G1TLH"); +dbg('err', "DXSpider DX Cluster Version $version", "Copyright (c) 1998-2000 Dirk Koopman G1TLH"); # load Prefixes dbg('err', "loading prefixes ...");