diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-08 09:39:11 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-08 09:39:11 +0000 |
| commit | c685b35611e9be2a761d863de8d7c5124576a12d (patch) | |
| tree | 3ab1bd55fece8a044a17e3b438fac89c122519ad /apps/plugin.h | |
| parent | 44485bb3d83932d901110877dcbf10ddd4d6d548 (diff) | |
| download | rockbox-c685b35611e9be2a761d863de8d7c5124576a12d.zip rockbox-c685b35611e9be2a761d863de8d7c5124576a12d.tar.gz rockbox-c685b35611e9be2a761d863de8d7c5124576a12d.tar.bz2 rockbox-c685b35611e9be2a761d863de8d7c5124576a12d.tar.xz | |
Bumped PLUGIN_API_VERSION
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4848 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 d1b743f..7985166 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -57,7 +57,7 @@ #endif /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 17 +#define PLUGIN_API_VERSION 18 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any |