summaryrefslogtreecommitdiff
path: root/plugins/supereq/supereq.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/supereq/supereq.c')
-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",