summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-09-19 11:32:58 +0000
committerThom Johansen <thomj@rockbox.org>2007-09-19 11:32:58 +0000
commit377ffc71100178b8a8939f2ea78c138da9527e57 (patch)
tree3ace58e6a697527b74e673f6e674709acd088fd1 /apps
parent294ec1d110178f30894721d5cda14c246333954d (diff)
downloadrockbox-377ffc71100178b8a8939f2ea78c138da9527e57.tar.gz
rockbox-377ffc71100178b8a8939f2ea78c138da9527e57.zip
Forgot to bump plugin API version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14751 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 86f4d60b5d..c7049c7fd0 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -112,12 +112,12 @@
112#define PLUGIN_MAGIC 0x526F634B /* RocK */ 112#define PLUGIN_MAGIC 0x526F634B /* RocK */
113 113
114/* increase this every time the api struct changes */ 114/* increase this every time the api struct changes */
115#define PLUGIN_API_VERSION 75 115#define PLUGIN_API_VERSION 76
116 116
117/* update this to latest version if a change to the api struct breaks 117/* update this to latest version if a change to the api struct breaks
118 backwards compatibility (and please take the opportunity to sort in any 118 backwards compatibility (and please take the opportunity to sort in any
119 new function which are "waiting" at the end of the function table) */ 119 new function which are "waiting" at the end of the function table) */
120#define PLUGIN_MIN_API_VERSION 75 120#define PLUGIN_MIN_API_VERSION 76
121 121
122/* plugin return codes */ 122/* plugin return codes */
123enum plugin_status { 123enum plugin_status {