Branch: refs/heads/master Author: Thomas Martitz kugel@rockbox.org Committer: Thomas Martitz kugel@rockbox.org Date: Wed, 26 Aug 2015 21:51:33 UTC Commit: d4f26fdb13ff7e76728397c19b6dc8677ce7efaa https://github.com/geany/geany/commit/d4f26fdb13ff7e76728397c19b6dc8677ce7ef...
Log Message: ----------- plugin api: bump API number for new keybindings APIs
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 225 +#define GEANY_API_VERSION 226
/* 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).