X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=0fc478ea4dd4adc0b366b037b197ed975223c3c6;hb=613301f150d03d194b6c64542d4809c74b1986c6;hp=5f5b492cb8785fa46a9a2a983927d666afd443b4;hpb=fd20f44c57b732d5362a5ee9b9edb25c958cf71c;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 5f5b492c..0fc478ea 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -121,7 +121,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.52"; # the version no of the software +$version = "1.53"; # the version no of the software $starttime = 0; # the starting time of the cluster #@outstanding_connects = (); # list of outstanding connects @listeners = (); # list of listeners @@ -135,7 +135,7 @@ $VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ ); $BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/ || (0,0)); $main::build += $VERSION; $main::branch += $BRANCH; -$main::build -= 1; # fudge (put back for now) +$main::build -= 3; # fudge (put back for now)