summaryrefslogtreecommitdiff
path: root/plugins/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/test.c')
-rw-r--r--plugins/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/test.c b/plugins/test.c
index 6fbc83f7..24fdd98e 100644
--- a/plugins/test.c
+++ b/plugins/test.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include "test.h"
#include <salut/plugin.h>
@@ -40,7 +42,9 @@ plugin_iface_init (
{
SalutPluginInterface *iface = g_iface;
+ iface->api_version = SALUT_PLUGIN_CURRENT_VERSION;
iface->name = "Salut test plugin";
+ iface->version = PACKAGE_VERSION;
iface->create_channel_managers = create_channel_managers;
}