Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sat, 05 Mar 2016 18:41:45 UTC Commit: c6c3a72ef5e195c8e6e09dd764e529cf56f0edaf https://github.com/geany/geany-plugins/commit/c6c3a72ef5e195c8e6e09dd764e529...
Log Message: ----------- geanyctags, projectorganizer: Bump required Geany API to 224
The first post-linkage-cleanup API without GeanyFunctions declaration requirement.
Modified Paths: -------------- geanyctags/src/geanyctags.c projectorganizer/src/prjorg-main.c
Modified: geanyctags/src/geanyctags.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -46,7 +46,7 @@ #endif
-PLUGIN_VERSION_CHECK(211) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, "GeanyCtags", _("Ctags generation and search plugin for geany projects"),
Modified: projectorganizer/src/prjorg-main.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -33,7 +33,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data;
-PLUGIN_VERSION_CHECK(221) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, GETTEXT_PACKAGE,
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org