X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=a735ca9a16b105d4cd4409f40c7c9de7d800b743;hb=35432a9f25350b9a5db513efbe248b61176b0684;hp=98eabf63bc7f30d10749535ffec969243cd32588;hpb=8f58735f5c9c090f2e5e00e05c7ad0834eccb741;p=spider.git 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;