diff options
| author | Magnus Holmgren <magnushol@gmail.com> | 2008-10-26 20:11:26 +0000 |
|---|---|---|
| committer | Magnus Holmgren <magnushol@gmail.com> | 2008-10-26 20:11:26 +0000 |
| commit | e511017293264eb514721c073451232c2945241e (patch) | |
| tree | 296a4df79541d51da88be8040c19be7784b49177 /apps/plugin.h | |
| parent | a83e37270c0b7192899db699089bee5343b3946a (diff) | |
| download | rockbox-e511017293264eb514721c073451232c2945241e.zip rockbox-e511017293264eb514721c073451232c2945241e.tar.gz rockbox-e511017293264eb514721c073451232c2945241e.tar.bz2 rockbox-e511017293264eb514721c073451232c2945241e.tar.xz | |
Bump plugin API version as needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18890 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 1b452bd..634bbed 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -131,7 +131,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 125 +#define PLUGIN_API_VERSION 126 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any |