Prepare for git repository
[spider.git] / perl / Bands.pm
index 728bb615538cdb7a6d8cdfbeac1bf74babf21c77..7563e9274f713f64ae93dc3284a61ed1b125f425 100644 (file)
@@ -35,12 +35,6 @@ $bandsfn = "$main::data/bands.pl";
                  band => '0,BAND,parraypairs',
                 );
 
-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;
-
 # load the band data
 sub load
 {