From: minima Date: Fri, 14 Sep 2001 17:52:09 +0000 (+0000) Subject: reduce build padding by one X-Git-Tag: R_1_48~15 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=35432a9f25350b9a5db513efbe248b61176b0684 reduce build padding by one --- diff --git a/perl/cluster.pl b/perl/cluster.pl index 98eabf63..a735ca9a 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -111,7 +111,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 += 15; # add an offset to make it bigger than last system +$main::build += 14; # add an offset to make it bigger than last system $main::build += $VERSION; $main::branch += $BRANCH;