summaryrefslogtreecommitdiff
path: root/plugins/lastfm
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-06 17:32:03 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-06 17:32:03 +0200
commit37e7691e7c1956586ff5c9302213cf1b37f235c9 (patch)
tree0ad49fa72fa65cc50bb99124239276aac1a4bb91 /plugins/lastfm
parent0eb27da8f4f33b99b5574d3eb1094e0ee6515c7c (diff)
added plugin versioning
Diffstat (limited to 'plugins/lastfm')
-rw-r--r--plugins/lastfm/lastfm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c
index 7191a04a..030ca9a9 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -759,6 +759,7 @@ lastfm_stop (void) {
// define plugin interface
static DB_misc_t plugin = {
+ DB_PLUGIN_SET_API_VERSION
.plugin.version_major = 0,
.plugin.version_minor = 1,
.plugin.type = DB_PLUGIN_MISC,