From: minima Date: Mon, 23 Aug 2004 21:43:41 +0000 (+0000) Subject: reduce offset X-Git-Tag: R_1_51B~1 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=6de7782a48aba612f214f54bad5a9dc9584ce1c0 reduce offset --- 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;