X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=8ce857a7abdc2a3a27b7da48a30a0227cc765d8a;hb=6de7782a48aba612f214f54bad5a9dc9584ce1c0;hp=295fad8d5284ebd8f4d6c06218bdf479bb1a3b85;hpb=611e9ea5204765638eceecbd8e1dd04a4f10a1be;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 295fad8d..8ce857a7 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -128,7 +128,7 @@ $reqreg = 0; # 1 = registration required, 2 = deregister people 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,0)); -$main::build += 4; # add an offset to make it bigger than last system +$main::build += 3; # add an offset to make it bigger than last system $main::build += $VERSION; $main::branch += $BRANCH;