summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-06-15 23:02:59 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-06-15 23:02:59 +0000
commit8fb114169788f04b61b0e6480b4ac0d2fae9205f (patch)
tree04d3d600e4d3f894c9b21bc27b77dfaa4b750f6d
parentdd265830cb56057280728ffbfbbcc2d62db127c4 (diff)
downloadrockbox-8fb114169788f04b61b0e6480b4ac0d2fae9205f.tar.gz
rockbox-8fb114169788f04b61b0e6480b4ac0d2fae9205f.zip
Forgot to bump api version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4749 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 e66f1a3b3c..8a871492f6 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -56,7 +56,7 @@
56#endif 56#endif
57 57
58/* increase this every time the api struct changes */ 58/* increase this every time the api struct changes */
59#define PLUGIN_API_VERSION 14 59#define PLUGIN_API_VERSION 15
60 60
61/* update this to latest version if a change to the api struct breaks 61/* update this to latest version if a change to the api struct breaks
62 backwards compatibility (and please take the opportunity to sort in any 62 backwards compatibility (and please take the opportunity to sort in any