From: minima Date: Thu, 20 Sep 2001 14:14:51 +0000 (+0000) Subject: decrement build offset X-Git-Tag: R_1_49~106 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=66801c1ae9040d48322fd875005fd5fc3fd25ff3;p=spider.git decrement build offset --- 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;