Prepare for git repository
[spider.git] / perl / Minimuf.pm
index 7f309979d7c30e8b89ae52249f6a50026933be26..bc5887a7ebbb0d4d00df31123f50bf0baf7b130a 100644 (file)
@@ -48,12 +48,6 @@ use strict;
 use DXDebug;
 use POSIX qw(:math_h);
 
-use vars qw($VERSION $BRANCH);
-$VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ );
-$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/  || (0,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);