summaryrefslogtreecommitdiff
path: root/plugins/supereq
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/supereq')
-rw-r--r--plugins/supereq/supereq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/supereq/supereq.c b/plugins/supereq/supereq.c
index a773b4ef..ac18285c 100644
--- a/plugins/supereq/supereq.c
+++ b/plugins/supereq/supereq.c
@@ -273,8 +273,8 @@ static const char settings_dlg[] =
;
static DB_dsp_t plugin = {
- .plugin.api_vmajor = DB_API_VERSION_MAJOR,
- .plugin.api_vminor = DB_API_VERSION_MINOR,
+ .plugin.api_vmajor = 1,
+ .plugin.api_vminor = 0,
.plugin.version_major = 1,
.plugin.version_minor = 0,
.plugin.type = DB_PLUGIN_DSP,