From ee19d73705b386b050abcde3988e51eb4f2715aa Mon Sep 17 00:00:00 2001 From: Ian Longden <ianl@sanger.ac.uk> Date: Fri, 11 Nov 2005 14:56:54 +0000 Subject: [PATCH] set API_VERSION to 36 the next release --- 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 0abf9c8f26..8d615f47c7 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 = 35; +my $API_VERSION = 36; =head2 load_all -- GitLab