Kaydet (Commit) 1fb834b1 authored tarafından Nick Treleaven's avatar Nick Treleaven

Increment plugin API version for Jeff's patch.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1738 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst aa54953c
......@@ -47,7 +47,7 @@
/* The API version should be incremented whenever any plugin data types below are
* modified. */
static const gint api_version = 5;
static const gint api_version = 6;
/* 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
......
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