Bump plugin API version

Nothing in the API actually changed, but the project->file_patterns
fields used not to be set or used at all; so bump the API to let a
plugin depend on this field to be actually useful.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5756 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Colomban Wendling 2011-05-02 16:46:34 +00:00
parent a0d6a1f618
commit a4eee36359
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2011-05-02 Colomban Wendling <colomban(at)geany(dot)org>
* src/plugindata.h:
Bump plugin API version so a plugin can know the project file
patterns are visible by the user.
2011-05-01 Colomban Wendling <colomban(at)geany(dot)org>
* src/search.c:

View File

@ -54,7 +54,7 @@
* @warning You should not test for values below 200 as previously
* @c GEANY_API_VERSION was defined as an enum value, not a macro.
*/
#define GEANY_API_VERSION 210
#define GEANY_API_VERSION 211
/** The Application Binary Interface (ABI) version, incremented whenever
* existing fields in the plugin data types have to be changed or reordered.