From fabc01271fba3400c80ba41250dee6f26f654721 Mon Sep 17 00:00:00 2001 From: cjfields Date: Tue, 24 Feb 2009 02:06:49 +0000 Subject: [PATCH] bump version svn path=/bioperl-network/branches/branch-1-6/; revision=15566 --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 46e350a..6790666 100755 --- a/Build.PL +++ b/Build.PL @@ -6,7 +6,7 @@ # Uses a custom subclass of Module::Build called Bio::Root::Build use strict; -my $v = '1.005009_002'; +my $v = '1.006000'; eval "use Bio::Root::Build $v"; if ($@) { # using die so wrappers can catch the error message -- 2.11.4.GIT