Kaydet (Commit) 744420d2 authored tarafından Enrico Tröger's avatar Enrico Tröger

Increase ABI for recent keybindings changes.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2714 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst e46a97a0
...@@ -41,7 +41,7 @@ static const gint api_version = 71; ...@@ -41,7 +41,7 @@ static const gint api_version = 71;
/* The ABI version should be incremented whenever existing fields in the plugin /* The ABI version should be incremented whenever existing fields in the plugin
* data types below have to be changed or reordered. It should stay the same if fields * data types below have to be changed or reordered. It should stay the same if fields
* are only appended, as this doesn't affect existing fields. */ * are only appended, as this doesn't affect existing fields. */
static const gint abi_version = 39; static const gint abi_version = 40;
/** Check the plugin can be loaded by Geany. /** Check the plugin can be loaded by Geany.
* This performs runtime checks that try to ensure: * This performs runtime checks that try to ensure:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment