decrement build offset

This commit is contained in:
minima 2001-09-20 14:14:51 +00:00
parent 50f6466ca2
commit 66801c1ae9

View File

@ -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;