From 4a7e0c79498f7b19179482c8069bb1d99b61b7ca Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Mon, 14 Jul 2008 20:39:30 +0000 Subject: Rename and rework the "Study Mode" menu into the "Skip Length" setting. Update manual. Bump plugin API thanks to having changed global_settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18041 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 38d96f3751..dfe746342e 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -128,12 +128,12 @@ void* plugin_get_buffer(size_t *buffer_size); #define PLUGIN_MAGIC 0x526F634B /* RocK */ /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 119 +#define PLUGIN_API_VERSION 120 /* 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 117 +#define PLUGIN_MIN_API_VERSION 120 /* plugin return codes */ enum plugin_status { -- cgit v1.2.3