1
0
Fork 0
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:
Daniel Stenberg 2004-01-08 12:04:30 +00:00
parent 84a7b24578
commit 7b4cc78f03

View file

@ -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 {