summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMustapha Senhaji <moos@rockbox.org>2010-12-28 14:29:44 +0000
committerMustapha Senhaji <moos@rockbox.org>2010-12-28 14:29:44 +0000
commit3e3684032eb99f82dac2983f6c3b789b05ee9481 (patch)
treecf00731f042b287f63393f504ed015eb7c158d7a /apps
parent5ea9bf39b86d7081a53bcc9aac434512f2b908ce (diff)
downloadrockbox-3e3684032eb99f82dac2983f6c3b789b05ee9481.tar.gz
rockbox-3e3684032eb99f82dac2983f6c3b789b05ee9481.zip
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28919 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index b82527293e..84ba4e5092 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -149,7 +149,7 @@ void* plugin_get_buffer(size_t *buffer_size);
149#define PLUGIN_MAGIC 0x526F634B /* RocK */ 149#define PLUGIN_MAGIC 0x526F634B /* RocK */
150 150
151/* increase this every time the api struct changes */ 151/* increase this every time the api struct changes */
152#define PLUGIN_API_VERSION 195 152#define PLUGIN_API_VERSION 196
153 153
154/* update this to latest version if a change to the api struct breaks 154/* update this to latest version if a change to the api struct breaks
155 backwards compatibility (and please take the opportunity to sort in any 155 backwards compatibility (and please take the opportunity to sort in any