diff options
-rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 20e8feeb58..b46d9a7a1c 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -43,11 +43,11 @@ #include "mpeg.h" /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 8 +#define PLUGIN_API_VERSION 9 /* update this to latest version if a change to the api struct breaks backwards compatibility */ -#define PLUGIN_MIN_API_VERSION 6 +#define PLUGIN_MIN_API_VERSION 9 /* plugin return codes */ enum plugin_status { |