Skip to content

Commit

Permalink
version to 1.6.9 (pre-1.7)
Browse files Browse the repository at this point in the history
svn path=/bioperl-db/trunk/; revision=15494
  • Loading branch information
cjfields committed Feb 2, 2009
1 parent 4be63b1 commit 1dadc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# Uses a custom subclass of Module::Build called Bio::Root::Build

my $v = '1.006000';
use strict;
my $v = '1.006900'; # pre-1.7, requires bioperl-live main trunk
eval "use Bio::Root::Build $v";
if ($@) {
# using die so wrappers can catch the error message
Expand Down

0 comments on commit 1dadc63

Please sign in to comment.