eht16 commented on this pull request.
@@ -59,7 +59,7 @@ G_BEGIN_DECLS
* @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 239 +#define GEANY_API_VERSION 240
Hmm, ok. Removed. I still consider it that bad as it is only a bump indicating there are changes (and in this case only additions). It's not like as we would change the ABI. Anyway, I kept the API version as is.