Skip to content

Commit

Permalink
addons: new plugin API requires version 1.26 (226)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpaulsen93 committed Jun 18, 2018
1 parent 3ed0341 commit ea987b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/src/addons.c
Expand Up @@ -739,5 +739,5 @@ void geany_load_module(GeanyPlugin *plugin)
plugin->funcs->callbacks = plugin_addons_callbacks;

/* Register! */
GEANY_PLUGIN_REGISTER(plugin, 224);
GEANY_PLUGIN_REGISTER(plugin, 226);
}

0 comments on commit ea987b5

Please sign in to comment.