Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 28 Feb 2016 15:22:45 UTC Commit: 2d88bc9a63a57fccad4ae072faf74a914860a7cf https://github.com/geany/geany/commit/2d88bc9a63a57fccad4ae072faf74a914860a7...
Log Message: ----------- Bump GEANY_API_VERSION for langType rename
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 227 +#define GEANY_API_VERSION 228
/* 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).