diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-26 22:42:42 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-26 22:42:42 +0000 |
| commit | d2327dd83d9a88acbc936687a1b823c1b2f573d8 (patch) | |
| tree | 15375dd6aefb47515b4ebe4426c2f93a922fdb7c /apps/plugin.h | |
| parent | f4ac85ac066c3f40aba4a8e2ec9fe5868df500af (diff) | |
| download | rockbox-d2327dd83d9a88acbc936687a1b823c1b2f573d8.zip rockbox-d2327dd83d9a88acbc936687a1b823c1b2f573d8.tar.gz rockbox-d2327dd83d9a88acbc936687a1b823c1b2f573d8.tar.bz2 rockbox-d2327dd83d9a88acbc936687a1b823c1b2f573d8.tar.xz | |
Bumped plugin API version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9271 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 f046dee..4db3f1e 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -99,7 +99,7 @@ #define PLUGIN_MAGIC 0x526F634B /* RocK */ /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 14 +#define PLUGIN_API_VERSION 15 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any |