# HG changeset patch # User Myhailo Danylenko # Date 1270388465 -10800 # Node ID 7839ad2ef0e51e2c01e454e7a2fc30b05cf89c86 # Parent 060c59f6f3de36d4341c19ef1a8df57616822dd5 Update api versions diff -r 060c59f6f3de -r 7839ad2ef0e5 disco.c --- a/disco.c Tue Mar 30 22:18:56 2010 +0300 +++ b/disco.c Sun Apr 04 16:41:05 2010 +0300 @@ -49,7 +49,7 @@ static module_info_t info_disco_experimental = { .branch = "experimental", - .api = 10, + .api = 15, .version = PROJECT_VERSION, .description = DESCRIPTION, .requires = NULL, @@ -60,7 +60,7 @@ module_info_t info_disco = { .branch = "dev", - .api = 11, + .api = 13, .version = PROJECT_VERSION, .description = DESCRIPTION, .requires = NULL,