decrement build offset
authorminima <minima>
Thu, 20 Sep 2001 14:14:51 +0000 (14:14 +0000)
committerminima <minima>
Thu, 20 Sep 2001 14:14:51 +0000 (14:14 +0000)
perl/cluster.pl

index 1fa2806a72f107cbe2d363a7305b6a495648502d..169900cc1afc5f674299d373244dafed42eba6f2 100755 (executable)
@@ -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;