# HG changeset patch # User Myhailo Danylenko # Date 1270388902 -10800 # Node ID 9f7256ede8fc3882916e917d807661eb4c858008 # Parent 5bbf342f450a75e6082997978d884ed5b3909516 Update api versions diff -r 5bbf342f450a -r 9f7256ede8fc yaubil.c --- a/yaubil.c Tue Mar 30 23:39:51 2010 +0300 +++ b/yaubil.c Sun Apr 04 16:48:22 2010 +0300 @@ -38,7 +38,7 @@ static module_info_t info_yaubil_experimental = { .branch = "experimental", - .api = 10, + .api = 15, .version = PROJECT_VERSION, .description = DESCRIPTION, .requires = NULL, @@ -49,7 +49,7 @@ module_info_t info_yaubil = { .branch = "dev", - .api = 11, + .api = 13, .version = PROJECT_VERSION, .description = DESCRIPTION, .requires = NULL,