diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-21 10:43:50 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-18 10:43:05 +0000 |
commit | 59fbf7d5e24859595d230f6249c30370f09a6281 (patch) | |
tree | c1ebd5effb8b242cf3768c1fab6b78ab4c372c24 /plugins | |
parent | 98ab5aa93c9574187bf47ff7bad10f7a1fe2b935 (diff) |
test plugin: include version number
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/test.c b/plugins/test.c index 026091db9..30c001cd8 100644 --- a/plugins/test.c +++ b/plugins/test.c @@ -1,4 +1,5 @@ #include "test.h" +#include "config.h" #include <stdio.h> @@ -161,6 +162,7 @@ plugin_iface_init ( GabblePluginInterface *iface = g_iface; iface->name = "Sidecar test plugin"; + iface->version = PACKAGE_VERSION; iface->sidecar_interfaces = sidecar_interfaces; iface->create_sidecar = test_plugin_create_sidecar; iface->create_channel_managers = test_plugin_create_channel_managers; |