On 2018-03-28 06:21 PM, Lex Trotman wrote:
But it tests for version 1.29 or later and I have 1.31??
The test should be against an API version, not the version of Geany, but maybe someone didn't bump the API requirement when that function was used.
It's not a plugin, it's just a cross-plugin utility library[0], so it can't do the usual in-code plugin API/ABI check that plugins do. It should at least depend on the correct Geany version though (ie. PKG_CHECK_MODULES or GP_CHECK_GEANY or whatever). I guess the plugins linking to the util library need to bump their API/ABI versions instead.
Regards, Matthew Brush
[0]: https://github.com/geany/geany-plugins/tree/master/utils