diff options
| author | Thom Johansen <thomj@rockbox.org> | 2008-07-14 20:39:30 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2008-07-14 20:39:30 +0000 |
| commit | 4a7e0c79498f7b19179482c8069bb1d99b61b7ca (patch) | |
| tree | 1164e12551715ba25ea587f6110c8f407091372f /apps/plugin.h | |
| parent | 1f6ee2b91319a6053e356a5eb22b881d0bacee52 (diff) | |
| download | rockbox-4a7e0c79498f7b19179482c8069bb1d99b61b7ca.zip rockbox-4a7e0c79498f7b19179482c8069bb1d99b61b7ca.tar.gz rockbox-4a7e0c79498f7b19179482c8069bb1d99b61b7ca.tar.bz2 rockbox-4a7e0c79498f7b19179482c8069bb1d99b61b7ca.tar.xz | |
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
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 38d96f3..dfe7463 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 { |