X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=f00163297e43d367abf0d8ef249d25a3e8278129;hb=061bdbae513ff9052a4e3031c3dd58c80d88f21a;hp=6258acb4a104b8186efd36935ed3de0cb390f7f2;hpb=dd6f2237fd4d45b8e6686cb4a9cfe57e30c8377c;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 6258acb4..f0016329 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -41,6 +41,12 @@ $errstr = (); # error string from eval $scriptbase = "$main::root/scripts"; # the place where all users start scripts go $maxerrors = 20; # the maximum number of concurrent errors allowed before disconnection +use vars qw($VERSION $BRANCH); +$VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ ); +$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/ ) || 0; +$main::build += $VERSION; +$main::branch += $BRANCH; + # # obtain a new connection this is derived from dxchannel #