summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-21 08:11:52 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-21 08:11:52 +0000
commit3ea8dd2d985ea090308cc612c84e283c4e0c5237 (patch)
tree977b157d0187a75907459510ecde3d2005c006f6
parenta754dd84b82c9aa92e7b94d0154e67500607a6a7 (diff)
downloadrockbox-3ea8dd2d985ea090308cc612c84e283c4e0c5237.tar.gz
rockbox-3ea8dd2d985ea090308cc612c84e283c4e0c5237.zip
Bumped the API version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4908 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 b93d406498..d34c32eac0 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -60,7 +60,7 @@
60#endif 60#endif
61 61
62/* increase this every time the api struct changes */ 62/* increase this every time the api struct changes */
63#define PLUGIN_API_VERSION 21 63#define PLUGIN_API_VERSION 22
64 64
65/* update this to latest version if a change to the api struct breaks 65/* update this to latest version if a change to the api struct breaks
66 backwards compatibility (and please take the opportunity to sort in any 66 backwards compatibility (and please take the opportunity to sort in any