From 35432a9f25350b9a5db513efbe248b61176b0684 Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 14 Sep 2001 17:52:09 +0000 Subject: [PATCH] reduce build padding by one --- perl/cluster.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1