From f95694d88d54e4f3160efb45f7f5ac4259f91d24 Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Sat, 7 Sep 2013 23:20:51 -0500 Subject: [PATCH] bump to a better version, not like we will use the other 80 releases --- 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 9b5170336..63f922733 100644 --- a/Bio/Root/Build.pm +++ b/Bio/Root/Build.pm @@ -92,7 +92,7 @@ BEGIN { use strict; use warnings; -our $VERSION = '1.006911'; # pre-1.7 +our $VERSION = '1.006920'; # 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 31c8a14db..5a8c93ae6 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.006911'; # pre-1.7 +our $VERSION = '1.006920'; # pre-1.7 $VERSION = eval $VERSION; sub import { -- 2.11.4.GIT