diff -r eea355fa94cf -r a77a8e7ab8ae mood.c --- a/mood.c Sun Jul 22 15:45:05 2012 +0300 +++ b/mood.c Sun Jul 22 15:50:50 2012 +0300 @@ -47,9 +47,9 @@ static const gchar *deps[] = { "pep_mood", NULL }; -static module_info_t info_mood_dev = { - .branch = "dev", - .api = 20, +module_info_t info_mood = { + .branch = MCABBER_BRANCH, + .api = MCABBER_API_VERSION, .version = PROJECT_VERSION, .description = DESCRIPTION, .requires = deps, @@ -58,17 +58,6 @@ .next = NULL, }; -module_info_t info_mood = { - .branch = "0.10.1", - .api = 1, - .version = PROJECT_VERSION, - .description = DESCRIPTION, - .requires = deps, - .init = mood_init, - .uninit = mood_uninit, - .next = &info_mood_dev, -}; - // // globals //