X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;fp=perl%2Fcluster.pl;h=6833f929b743477229ff0846a7794dcfbc465171;hb=048adf1eb39f866e0968e1443fb7307ec5fdc4a6;hp=68f40e1aa83eff76c8b11aad87c49cb7a00718be;hpb=8b3403b35f575d43a6c8b316ad4b5c6dd5289752;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 68f40e1a..6833f929 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -118,7 +118,7 @@ use vars qw(@inqueue $systime $version $starttime $lockfn @outstanding_connects @inqueue = (); # the main input queue, an array of hashes $systime = 0; # the time now (in seconds) -$version = "1.51"; # the version no of the software +$version = "2.00"; # the version no of the software $starttime = 0; # the starting time of the cluster #@outstanding_connects = (); # list of outstanding connects @listeners = (); # list of listeners @@ -397,7 +397,6 @@ foreach (@debug) { STDOUT->autoflush(1); # calculate build number -$build += $main::version; $build = "$build.$branch" if $branch; Log('cluster', "DXSpider V$version, build $build started");