From 18dd2370d19192013421c291a0100f90049793a6 Mon Sep 17 00:00:00 2001 From: cjfields Date: Mon, 5 Jan 2009 04:23:35 +0000 Subject: [PATCH] Bump RC to 2; will tag, bag, and ship tomorrow after tests svn path=/bioperl-live/branches/branch-1-6/; revision=15292 --- 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 8a9b559b1..40c40c08d 100644 --- a/Bio/Root/Build.pm +++ b/Bio/Root/Build.pm @@ -102,7 +102,7 @@ BEGIN { use strict; use warnings; -our $VERSION = '1.005009_001'; +our $VERSION = '1.005009_002'; 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 d92538474..7c00e06ec 100644 --- a/Bio/Root/Version.pm +++ b/Bio/Root/Version.pm @@ -85,7 +85,7 @@ methods. Internal methods are usually preceded with a _ package Bio::Root::Version; use strict; -our $VERSION = '1.005009_001'; +our $VERSION = '1.005009_002'; $VERSION = eval $VERSION; sub import { -- 2.11.4.GIT