From 743b4b1ef29046ec07846daa9ae0c2869044c832 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 May 2006 21:15:10 +0000 Subject: the gstreamer-properties tool ignores all plugins with a version number < 0.10. Hence we hack our module to always return a release number > 0.10 git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@27 bb39ca4e-bce3-0310-b5d4-eea78a553289 --- src/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.c b/src/plugin.c index bae4773..a2ade0d 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -50,7 +50,7 @@ GST_PLUGIN_DEFINE( "polypaudio", "Polypaudio Elements Plugin", plugin_init, - VERSION, + "0.10."VERSION, "LGPL", "polypaudio", "http://0pointer.de/lennart/projects/gst-polyp/" -- cgit