forked from len0rd/rockbox
Updated the plugin API number due to the modified splash(). The plugins made
now won't work with the previous Rockbox and vice versa. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4205 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
84a7b24578
commit
7b4cc78f03
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@
|
|||
#include "mpeg.h"
|
||||
|
||||
/* increase this every time the api struct changes */
|
||||
#define PLUGIN_API_VERSION 8
|
||||
#define PLUGIN_API_VERSION 9
|
||||
|
||||
/* update this to latest version if a change to the api struct breaks
|
||||
backwards compatibility */
|
||||
#define PLUGIN_MIN_API_VERSION 6
|
||||
#define PLUGIN_MIN_API_VERSION 9
|
||||
|
||||
/* plugin return codes */
|
||||
enum plugin_status {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue