diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2006-07-19 19:55:51 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2006-07-19 19:55:51 +0000 |
| commit | 561ac73e0104a5fe0c26011044bbda86b86d0646 (patch) | |
| tree | 1902853d5bb3f081919596df3d8bb73a76eb48f7 /apps | |
| parent | 06e6acd6cd2e9760eedcb56615c358efb2675f52 (diff) | |
| download | rockbox-561ac73e0104a5fe0c26011044bbda86b86d0646.zip rockbox-561ac73e0104a5fe0c26011044bbda86b86d0646.tar.gz rockbox-561ac73e0104a5fe0c26011044bbda86b86d0646.tar.bz2 rockbox-561ac73e0104a5fe0c26011044bbda86b86d0646.tar.xz | |
Increment plugin api version (thanks to hardeep)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -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 cd33ce5..a663ce5 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -104,7 +104,7 @@ #define PLUGIN_MAGIC 0x526F634B /* RocK */ /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 23 +#define PLUGIN_API_VERSION 24 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any |