reduce build padding by one
authorminima <minima>
Fri, 14 Sep 2001 17:52:09 +0000 (17:52 +0000)
committerminima <minima>
Fri, 14 Sep 2001 17:52:09 +0000 (17:52 +0000)
perl/cluster.pl

index 98eabf63bc7f30d10749535ffec969243cd32588..a735ca9a16b105d4cd4409f40c7c9de7d800b743 100755 (executable)
@@ -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;