From d9508834ff2db7b70af7c8af5967cd356c6fdd4a Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 9 Sep 2010 16:18:23 +0000 Subject: [PATCH] Bump plugin api for new functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28055 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugin.h b/apps/plugin.h index a69b85bbfd..87fdc11b16 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -148,7 +148,7 @@ void* plugin_get_buffer(size_t *buffer_size); #define PLUGIN_MAGIC 0x526F634B /* RocK */ /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 192 +#define PLUGIN_API_VERSION 193 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any