From ae4462a1675651d38d0de3d714846779a2bd2c90 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 21 May 2011 22:13:38 +0200 Subject: hardcoded api_version 1.0 into all plugins --- plugins/shellexec/shellexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/shellexec') diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c index 9485c28b..8ecf223e 100644 --- a/plugins/shellexec/shellexec.c +++ b/plugins/shellexec/shellexec.c @@ -202,8 +202,8 @@ shx_start () // define plugin interface static DB_misc_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_MISC, -- cgit v1.2.3