summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorStéphane Doyon <s.doyon@videotron.ca>2007-11-03 05:00:49 +0000
committerStéphane Doyon <s.doyon@videotron.ca>2007-11-03 05:00:49 +0000
commitda93299865a58e3c0c86b4065a4dbbc566b2317b (patch)
treeae483cd7eed537f62fd75b7d139bdc0c408c3840 /apps/plugin.h
parent775279b63e7e92b402ba1de034bca884362bf027 (diff)
downloadrockbox-da93299865a58e3c0c86b4065a4dbbc566b2317b.zip
rockbox-da93299865a58e3c0c86b4065a4dbbc566b2317b.tar.gz
rockbox-da93299865a58e3c0c86b4065a4dbbc566b2317b.tar.bz2
rockbox-da93299865a58e3c0c86b4065a4dbbc566b2317b.tar.xz
Accept FS#7910: spontaneously speak out the battery level when it falls
under 50%, 30% and 15%. Guarded by an option under voice settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15422 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 9e08dda..16333bb 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -112,12 +112,12 @@
#define PLUGIN_MAGIC 0x526F634B /* RocK */
/* increase this every time the api struct changes */
-#define PLUGIN_API_VERSION 86
+#define PLUGIN_API_VERSION 87
/* update this to latest version if a change to the api struct breaks
backwards compatibility (and please take the opportunity to sort in any
new function which are "waiting" at the end of the function table) */
-#define PLUGIN_MIN_API_VERSION 86
+#define PLUGIN_MIN_API_VERSION 87
/* plugin return codes */
enum plugin_status {