summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-03-26 22:42:42 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-03-26 22:42:42 +0000
commitd2327dd83d9a88acbc936687a1b823c1b2f573d8 (patch)
tree15375dd6aefb47515b4ebe4426c2f93a922fdb7c
parentf4ac85ac066c3f40aba4a8e2ec9fe5868df500af (diff)
downloadrockbox-d2327dd83d9a88acbc936687a1b823c1b2f573d8.tar.gz
rockbox-d2327dd83d9a88acbc936687a1b823c1b2f573d8.zip
Bumped plugin API version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9271 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index f046dee50e..4db3f1e33f 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -99,7 +99,7 @@
99#define PLUGIN_MAGIC 0x526F634B /* RocK */ 99#define PLUGIN_MAGIC 0x526F634B /* RocK */
100 100
101/* increase this every time the api struct changes */ 101/* increase this every time the api struct changes */
102#define PLUGIN_API_VERSION 14 102#define PLUGIN_API_VERSION 15
103 103
104/* update this to latest version if a change to the api struct breaks 104/* update this to latest version if a change to the api struct breaks
105 backwards compatibility (and please take the opportunity to sort in any 105 backwards compatibility (and please take the opportunity to sort in any