Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: GitHub noreply@github.com Date: Wed, 04 Oct 2017 17:06:24 UTC Commit: 1fd6d9dfc499bbe2c315004786cff1448abf41c4 https://github.com/geany/geany-plugins/commit/1fd6d9dfc499bbe2c315004786cff1...
Log Message: ----------- Merge pull request #612 from LarsGit223/prjorg-incApi
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).
plugins-commits@lists.geany.org