summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index e66f1a3b3c..8a871492f6 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -56,7 +56,7 @@
56#endif 56#endif
57 57
58/* increase this every time the api struct changes */ 58/* increase this every time the api struct changes */
59#define PLUGIN_API_VERSION 14 59#define PLUGIN_API_VERSION 15
60 60
61/* update this to latest version if a change to the api struct breaks 61/* update this to latest version if a change to the api struct breaks
62 backwards compatibility (and please take the opportunity to sort in any 62 backwards compatibility (and please take the opportunity to sort in any