summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.h4
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 @@
43#include "mpeg.h" 43#include "mpeg.h"
44 44
45/* increase this every time the api struct changes */ 45/* increase this every time the api struct changes */
46#define PLUGIN_API_VERSION 8 46#define PLUGIN_API_VERSION 9
47 47
48/* update this to latest version if a change to the api struct breaks 48/* update this to latest version if a change to the api struct breaks
49 backwards compatibility */ 49 backwards compatibility */
50#define PLUGIN_MIN_API_VERSION 6 50#define PLUGIN_MIN_API_VERSION 9
51 51
52/* plugin return codes */ 52/* plugin return codes */
53enum plugin_status { 53enum plugin_status {