Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 06 Apr 2015 18:07:32 UTC Commit: e5e7551bb59f94bb491ff79282f7e4ce7fb5f157 https://github.com/geany/geany-plugins/commit/e5e7551bb59f94bb491ff79282f7e4...
Log Message: ----------- projectorganizer: Fix API version check
The API version check was rolled back as part of c890cbc3 probably by mistake, as the plugin really depends on 221 as it uses the new TagManager API.
Modified Paths: -------------- projectorganizer/src/prjorg-main.c
Modified: projectorganizer/src/prjorg-main.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -34,7 +34,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; GeanyFunctions *geany_functions;
-PLUGIN_VERSION_CHECK(214) +PLUGIN_VERSION_CHECK(221) 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).