Bump API version for new plugin entry points (oops)

Closes #624.
This commit is contained in:
Colomban Wendling 2015-08-24 19:40:17 +02:00
parent 280163a244
commit b8a99752f0

View File

@ -58,7 +58,7 @@ G_BEGIN_DECLS
* @warning You should not test for values below 200 as previously * @warning You should not test for values below 200 as previously
* @c GEANY_API_VERSION was defined as an enum value, not a macro. * @c GEANY_API_VERSION was defined as an enum value, not a macro.
*/ */
#define GEANY_API_VERSION 224 #define GEANY_API_VERSION 225
/* hack to have a different ABI when built with GTK3 because loading GTK2-linked plugins /* hack to have a different ABI when built with GTK3 because loading GTK2-linked plugins
* with GTK3-linked Geany leads to crash */ * with GTK3-linked Geany leads to crash */