summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2006-07-19 19:55:51 +0000
committerAntoine Cellerier <dionoea@videolan.org>2006-07-19 19:55:51 +0000
commit561ac73e0104a5fe0c26011044bbda86b86d0646 (patch)
tree1902853d5bb3f081919596df3d8bb73a76eb48f7 /apps/plugin.h
parent06e6acd6cd2e9760eedcb56615c358efb2675f52 (diff)
downloadrockbox-561ac73e0104a5fe0c26011044bbda86b86d0646.tar.gz
rockbox-561ac73e0104a5fe0c26011044bbda86b86d0646.zip
Increment plugin api version (thanks to hardeep)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index cd33ce529d..a663ce5f7d 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -104,7 +104,7 @@
104#define PLUGIN_MAGIC 0x526F634B /* RocK */ 104#define PLUGIN_MAGIC 0x526F634B /* RocK */
105 105
106/* increase this every time the api struct changes */ 106/* increase this every time the api struct changes */
107#define PLUGIN_API_VERSION 23 107#define PLUGIN_API_VERSION 24
108 108
109/* update this to latest version if a change to the api struct breaks 109/* update this to latest version if a change to the api struct breaks
110 backwards compatibility (and please take the opportunity to sort in any 110 backwards compatibility (and please take the opportunity to sort in any