From 7b4cc78f03d27a1fa8a54326f99c4640c7d90bf0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Jan 2004 12:04:30 +0000 Subject: 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 --- apps/plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') 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 { -- cgit v1.2.3