diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-08 12:04:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-08 12:04:30 +0000 |
commit | 7b4cc78f03d27a1fa8a54326f99c4640c7d90bf0 (patch) | |
tree | c804015a99288b7e87cfd6565f838e32524b9478 /apps/plugin.h | |
parent | 84a7b245787f12abe572b74a089f9da11b78c323 (diff) |
Updated the plugin API number due to the modified splash(). The plugins made
now won't work with the previous Rockbox and vice versa.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4205 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-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 { |