From 619f27222a943c2d73bd45f4eac37c1a154af3db Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Tue, 6 Mar 2007 11:41:57 +0000 Subject: [PATCH] Changed version to 44. --- modules/Bio/EnsEMBL/Registry.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Registry.pm b/modules/Bio/EnsEMBL/Registry.pm index 570b8b2a5c..c02b46b8ee 100644 --- a/modules/Bio/EnsEMBL/Registry.pm +++ b/modules/Bio/EnsEMBL/Registry.pm @@ -109,7 +109,7 @@ use DBI; use vars qw(%registry_register); -my $API_VERSION = 43; +my $API_VERSION = 44; =head2 load_all -- GitLab