From 6de7782a48aba612f214f54bad5a9dc9584ce1c0 Mon Sep 17 00:00:00 2001 From: minima Date: Mon, 23 Aug 2004 21:43:41 +0000 Subject: [PATCH] reduce offset --- perl/cluster.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/cluster.pl b/perl/cluster.pl index 295fad8d..8ce857a7 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -128,7 +128,7 @@ $reqreg = 0; # 1 = registration required, 2 = deregister people 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,0)); -$main::build += 4; # add an offset to make it bigger than last system +$main::build += 3; # add an offset to make it bigger than last system $main::build += $VERSION; $main::branch += $BRANCH; -- 2.34.1