summaryrefslogtreecommitdiff
path: root/plugins/supereq
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-11-02 22:04:13 +0100
committerGravatar waker <wakeroid@gmail.com>2010-11-02 22:04:13 +0100
commitba90064d6b33270032bc4664a809d51bff5b9d4a (patch)
treebc0ca54bf32994b062a1a34e46e9d54f2be0b681 /plugins/supereq
parent7cd4cc7c53cdca6b078b72e2982ca2effb3fac00 (diff)
bumped all plugins to version 1.0;
updated portable build packaging script
Diffstat (limited to 'plugins/supereq')
-rw-r--r--plugins/supereq/supereq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/supereq/supereq.c b/plugins/supereq/supereq.c
index af4000fd..577af84a 100644
--- a/plugins/supereq/supereq.c
+++ b/plugins/supereq/supereq.c
@@ -212,6 +212,8 @@ supereq_enabled (void) {
static DB_supereq_dsp_t plugin = {
.dsp.plugin.api_vmajor = DB_API_VERSION_MAJOR,
.dsp.plugin.api_vminor = DB_API_VERSION_MINOR,
+ .dsp.plugin.version_major = 1,
+ .dsp.plugin.version_minor = 0,
.dsp.plugin.type = DB_PLUGIN_DSP,
.dsp.plugin.id = "supereq",
.dsp.plugin.name = "SuperEQ",