From bbb9b6b815ba35e7b77e0fb0e09573cb22f26a20 Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Tue, 3 May 2011 19:58:24 -0500 Subject: [PATCH] bump version --- 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 33085368a..db26bacf1 100644 --- a/Bio/Root/Build.pm +++ b/Bio/Root/Build.pm @@ -92,7 +92,7 @@ BEGIN { use strict; use warnings; -our $VERSION = '1.006900'; # pre-1.7 +our $VERSION = '1.006901'; # pre-1.7 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 cf3c860bf..6611d53c0 100644 --- a/Bio/Root/Version.pm +++ b/Bio/Root/Version.pm @@ -97,7 +97,7 @@ methods. Internal methods are usually preceded with a _ package Bio::Root::Version; use strict; -our $VERSION = '1.006900'; # pre-1.7 +our $VERSION = '1.006901'; # pre-1.7 $VERSION = eval $VERSION; sub import { -- 2.11.4.GIT