Skip to content

Commit

Permalink
workbench: Increased required geany API version to 235 for usage of '…
Browse files Browse the repository at this point in the history
…utils_get_real_path'.
  • Loading branch information
lpaulsen93 committed Oct 4, 2017
1 parent c295977 commit 41f5120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/src/plugin_main.c
Expand Up @@ -138,5 +138,5 @@ void geany_load_module(GeanyPlugin *plugin)
plugin->funcs->callbacks = plugin_workbench_callbacks;

/* Register! */
GEANY_PLUGIN_REGISTER(plugin, 225);
GEANY_PLUGIN_REGISTER(plugin, 235);
}

0 comments on commit 41f5120

Please sign in to comment.