Skip to content

Commit 35b244b

Browse files
committed
Bump plugin API
EditorPrefs was extended and scintilla was updated. Be helpful and allow plugins to detect this.
1 parent 63e31a3 commit 35b244b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugindata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ G_BEGIN_DECLS
5757
* @warning You should not test for values below 200 as previously
5858
* @c GEANY_API_VERSION was defined as an enum value, not a macro.
5959
*/
60-
#define GEANY_API_VERSION 246
60+
#define GEANY_API_VERSION 247
6161

6262
/* hack to have a different ABI when built with different GTK major versions
6363
* because loading plugins linked to a different one leads to crashes.

0 commit comments

Comments
 (0)