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 d1b743fb01..79851661e5 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -57,7 +57,7 @@
57#endif 57#endif
58 58
59/* increase this every time the api struct changes */ 59/* increase this every time the api struct changes */
60#define PLUGIN_API_VERSION 17 60#define PLUGIN_API_VERSION 18
61 61
62/* update this to latest version if a change to the api struct breaks 62/* update this to latest version if a change to the api struct breaks
63 backwards compatibility (and please take the opportunity to sort in any 63 backwards compatibility (and please take the opportunity to sort in any