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;