X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMinimuf.pm;h=88d2be64c6c7ebdf65c771a5576545d8737b2e7c;hb=2b58ccdf81685a1167a43c38705a0d84b9d8d661;hp=e5ab130f20f1f9e6664f867cacc0e9f32598d5e2;hpb=06cf973726ecfc228d68bc82b63feb026d897a68;p=spider.git diff --git a/perl/Minimuf.pm b/perl/Minimuf.pm index e5ab130f..88d2be64 100644 --- a/perl/Minimuf.pm +++ b/perl/Minimuf.pm @@ -45,6 +45,13 @@ require Exporter; $noise); use strict; + +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; + use vars qw($pi $d2r $r2d $halfpi $pi2 $VOFL $R $hE $hF $GAMMA $LN10 $MINBETA $BOLTZ $NTEMP $DELTAF $MPATH $GLOSS $SLOSS $noise);