Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 28 Apr 2024 12:50:31 UTC Commit: bb15a702a9a0ae9eb4e2f805e391f30c6a9f06ad https://github.com/geany/geany/commit/bb15a702a9a0ae9eb4e2f805e391f30c6a9f06...
Log Message: ----------- fixup: do not increase plugin API version
Modified Paths: -------------- src/plugindata.h
Modified: src/plugindata.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -57,7 +57,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 248 +#define GEANY_API_VERSION 247
/* hack to have a different ABI when built with different GTK major versions * because loading plugins linked to a different one leads to crashes.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).