diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-09-09 16:18:23 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-09-09 16:18:23 +0000 |
| commit | d9508834ff2db7b70af7c8af5967cd356c6fdd4a (patch) | |
| tree | 31a1ddbe348bf395e999426bcf85eef42ef656c3 /apps/plugin.h | |
| parent | 0d4585b28ffcac1b62ed37cee2c34de0515df468 (diff) | |
| download | rockbox-d9508834ff2db7b70af7c8af5967cd356c6fdd4a.zip rockbox-d9508834ff2db7b70af7c8af5967cd356c6fdd4a.tar.gz rockbox-d9508834ff2db7b70af7c8af5967cd356c6fdd4a.tar.bz2 rockbox-d9508834ff2db7b70af7c8af5967cd356c6fdd4a.tar.xz | |
Bump plugin api for new functions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28055 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index a69b85b..87fdc11 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -148,7 +148,7 @@ 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 192 +#define PLUGIN_API_VERSION 193 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any |