Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 06 Apr 2015 18:52:46 UTC Commit: b4168a032034f753a275d3c15d44076edc3a8c07 https://github.com/geany/geany-plugins/commit/b4168a032034f753a275d3c15d4407...
Log Message: ----------- Merge pull request #209 from b4n/projectorganizer/version-check
projectorganizer: Fix API version check
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).
plugins-commits@lists.geany.org