Branch: refs/heads/master Author: LarsDW223 lars_paulsen@web.de Committer: LarsDW223 lars_paulsen@web.de Date: Wed, 04 Oct 2017 16:41:01 UTC Commit: e174c7ca11ec03f5e8589bfb07cb3d065b747dfe https://github.com/geany/geany-plugins/commit/e174c7ca11ec03f5e8589bfb07cb3d...
Log Message: ----------- projectorganizer: Increased required geany API version to 235 for usage of 'utils_get_real_path'.
Modified Paths: -------------- projectorganizer/src/prjorg-main.c
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(224) +PLUGIN_VERSION_CHECK(235) 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).