diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2004-06-15 23:02:59 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2004-06-15 23:02:59 +0000 |
| commit | 8fb114169788f04b61b0e6480b4ac0d2fae9205f (patch) | |
| tree | 04d3d600e4d3f894c9b21bc27b77dfaa4b750f6d /apps/plugin.h | |
| parent | dd265830cb56057280728ffbfbbcc2d62db127c4 (diff) | |
| download | rockbox-8fb114169788f04b61b0e6480b4ac0d2fae9205f.zip rockbox-8fb114169788f04b61b0e6480b4ac0d2fae9205f.tar.gz rockbox-8fb114169788f04b61b0e6480b4ac0d2fae9205f.tar.bz2 rockbox-8fb114169788f04b61b0e6480b4ac0d2fae9205f.tar.xz | |
Forgot to bump api version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4749 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 e66f1a3..8a87149 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -56,7 +56,7 @@ #endif /* 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 |