summaryrefslogtreecommitdiff
path: root/cgme.c
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 /cgme.c
parent0eb27da8f4f33b99b5574d3eb1094e0ee6515c7c (diff)
added plugin versioning
Diffstat (limited to 'cgme.c')
-rw-r--r--cgme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgme.c b/cgme.c
index 75282a63..ba47f8f0 100644
--- a/cgme.c
+++ b/cgme.c
@@ -194,6 +194,7 @@ cgme_mutevoice (int voice, int mute) {
// define plugin interface
static DB_decoder_t plugin = {
+ DB_PLUGIN_SET_API_VERSION
.plugin.version_major = 0,
.plugin.version_minor = 1,
.plugin.type = DB_PLUGIN_DECODER,