Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 24 Aug 2015 17:40:17 UTC Commit: b8a99752f0946bfb2840feb3f3ea59085f658dc6 https://github.com/geany/geany/commit/b8a99752f0946bfb2840feb3f3ea59085f658d...
Log Message: ----------- Bump API version for new plugin entry points (oops)
Closes #624.
Modified Paths: -------------- src/plugindata.h
Modified: src/plugindata.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -58,7 +58,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 224 +#define GEANY_API_VERSION 225
/* hack to have a different ABI when built with GTK3 because loading GTK2-linked plugins * with GTK3-linked Geany leads to crash */
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).