From 03b8708f9e7d79189326795785d87f57367fc78c Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Sun, 5 Mar 2006 21:48:21 +0000 Subject: Correct plugin min API version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8921 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index be8b01c0a9..81a58626bf 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -104,7 +104,7 @@ /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any new function which are "waiting" at the end of the function table) */ -#define PLUGIN_MIN_API_VERSION 8 +#define PLUGIN_MIN_API_VERSION 10 /* plugin return codes */ enum plugin_status { -- cgit v1.2.3