summaryrefslogtreecommitdiff
path: root/plugins/shellexec/shellexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexec/shellexec.c')
-rw-r--r--plugins/shellexec/shellexec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c
index e8298cab..03b3dfc4 100644
--- a/plugins/shellexec/shellexec.c
+++ b/plugins/shellexec/shellexec.c
@@ -200,6 +200,8 @@ shx_start ()
static DB_misc_t plugin = {
.plugin.api_vmajor = DB_API_VERSION_MAJOR,
.plugin.api_vminor = DB_API_VERSION_MINOR,
+ .plugin.version_major = 1,
+ .plugin.version_minor = 0,
.plugin.type = DB_PLUGIN_MISC,
.plugin.id = "shellexec",
.plugin.name = "Shell commands",