diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-21 08:11:52 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-21 08:11:52 +0000 |
| commit | 3ea8dd2d985ea090308cc612c84e283c4e0c5237 (patch) | |
| tree | 977b157d0187a75907459510ecde3d2005c006f6 /apps/plugin.h | |
| parent | a754dd84b82c9aa92e7b94d0154e67500607a6a7 (diff) | |
| download | rockbox-3ea8dd2d985ea090308cc612c84e283c4e0c5237.zip rockbox-3ea8dd2d985ea090308cc612c84e283c4e0c5237.tar.gz rockbox-3ea8dd2d985ea090308cc612c84e283c4e0c5237.tar.bz2 rockbox-3ea8dd2d985ea090308cc612c84e283c4e0c5237.tar.xz | |
Bumped the API version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4908 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 b93d406..d34c32e 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -60,7 +60,7 @@ #endif /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 21 +#define PLUGIN_API_VERSION 22 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any |