diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-08-14 12:27:26 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-08-14 12:27:26 +0000 |
| commit | da6df9944df420e60054eff43976484a5d78638d (patch) | |
| tree | 9a542e51f7bc6a521b6167318271397c8841e9fc /apps | |
| parent | 9aa597f7f63a1f2752ed8691931a5febb97ed51b (diff) | |
| download | rockbox-da6df9944df420e60054eff43976484a5d78638d.zip rockbox-da6df9944df420e60054eff43976484a5d78638d.tar.gz rockbox-da6df9944df420e60054eff43976484a5d78638d.tar.bz2 rockbox-da6df9944df420e60054eff43976484a5d78638d.tar.xz | |
The plugin API changed so update the version number and bump the change was incompatible, so bump the minimum version too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14329 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 3623be0..b3db0a9 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -112,12 +112,12 @@ #define PLUGIN_MAGIC 0x526F634B /* RocK */ /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 72 +#define PLUGIN_API_VERSION 73 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any new function which are "waiting" at the end of the function table) */ -#define PLUGIN_MIN_API_VERSION 72 +#define PLUGIN_MIN_API_VERSION 73 /* plugin return codes */ enum plugin_status { |