X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=169900cc1afc5f674299d373244dafed42eba6f2;hb=ace0278fbe041182bec5fc536ade55647145994b;hp=1fa2806a72f107cbe2d363a7305b6a495648502d;hpb=50f6466ca2dff82ca470a4abe327d741cffef61a;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 1fa2806a..169900cc 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -112,7 +112,7 @@ $starttime = 0; # the starting time of the cluster use vars qw($VERSION $BRANCH $build $branch); $VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ ); $BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/ ) || 0; -$main::build += 14; # add an offset to make it bigger than last system +$main::build += 13; # add an offset to make it bigger than last system $main::build += $VERSION; $main::branch += $BRANCH;