From daceb0b547fb4752619990ac3b4f7145e671a969 Mon Sep 17 00:00:00 2001 From: cjfields Date: Fri, 25 Sep 2009 21:12:48 +0000 Subject: [PATCH] bump alpha svn path=/bioperl-live/branches/branch-1-6/; revision=16169 --- Bio/Root/Build.pm | 2 +- Bio/Root/Version.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bio/Root/Build.pm b/Bio/Root/Build.pm index 2cec3a38d..f7801d672 100644 --- a/Bio/Root/Build.pm +++ b/Bio/Root/Build.pm @@ -87,7 +87,7 @@ BEGIN { use strict; use warnings; -our $VERSION = '1.006000_003'; +our $VERSION = '1.006000_004'; our @extra_types = qw(options excludes_os feature_requires test); # test must always be last in the list! our $checking_types = "requires|conflicts|".join("|", @extra_types); diff --git a/Bio/Root/Version.pm b/Bio/Root/Version.pm index 04a2a3507..f76ea402c 100644 --- a/Bio/Root/Version.pm +++ b/Bio/Root/Version.pm @@ -98,7 +98,7 @@ methods. Internal methods are usually preceded with a _ package Bio::Root::Version; use strict; -our $VERSION = '1.006000_003'; +our $VERSION = '1.006000_004'; $VERSION = eval $VERSION; sub import { -- 2.11.4.GIT