Skip to content

Commit

Permalink
Looks like all version numbers must match for 'make'
Browse files Browse the repository at this point in the history
svn path=/bioperl-ext/trunk/; revision=668
  • Loading branch information
bosborne committed Dec 23, 2005
1 parent 0053d55 commit c233d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bio/SeqIO/staden/read.pm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ sub BEGIN {
# );

use Inline (C => 'DATA',
VERSION => '0.01',
VERSION => '1.51',
NAME => 'Bio::SeqIO::staden::read',
LIBS => "-L/usr/local/lib -lread -lz", # leave these as double quotes - necessary for Makefile.PL function
INC => "-I/usr/local/include/io_lib", # leave these as double quotes - necessary for Makefile.PL function
Expand All @@ -85,7 +85,7 @@ sub BEGIN {
);
}

$VERSION = 1.5.1;
$VERSION = 1.51;

my %formats = ( scf => 1,
abi => 2,
Expand Down

0 comments on commit c233d91

Please sign in to comment.