[Bioperl-guts-l] [15265] bioperl-live/trunk/Bio/Root: Trunk is now designated 1.007
Christopher John Fields
cjfields at dev.open-bio.org
Wed Dec 24 16:19:01 EST 2008
Revision: 15265
Author: cjfields
Date: 2008-12-24 16:19:01 -0500 (Wed, 24 Dec 2008)
Log Message:
-----------
Trunk is now designated 1.007
Modified Paths:
--------------
bioperl-live/trunk/Bio/Root/Build.pm
bioperl-live/trunk/Bio/Root/Version.pm
Modified: bioperl-live/trunk/Bio/Root/Build.pm
===================================================================
--- bioperl-live/trunk/Bio/Root/Build.pm 2008-12-24 20:14:17 UTC (rev 15264)
+++ bioperl-live/trunk/Bio/Root/Build.pm 2008-12-24 21:19:01 UTC (rev 15265)
@@ -102,7 +102,7 @@
use strict;
use warnings;
-our $VERSION = '1.005009_001';
+our $VERSION = '1.007000';
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);
Modified: bioperl-live/trunk/Bio/Root/Version.pm
===================================================================
--- bioperl-live/trunk/Bio/Root/Version.pm 2008-12-24 20:14:17 UTC (rev 15264)
+++ bioperl-live/trunk/Bio/Root/Version.pm 2008-12-24 21:19:01 UTC (rev 15265)
@@ -85,7 +85,7 @@
package Bio::Root::Version;
use strict;
-our $VERSION = '1.005009_001';
+our $VERSION = '1.007000';
$VERSION = eval $VERSION;
sub import {
More information about the Bioperl-guts-l
mailing list