From abd6b2ee18794067293b080c306beca39e4e0c8c Mon Sep 17 00:00:00 2001 From: w1z7ard Date: Tue, 1 Dec 2009 06:09:28 +0000 Subject: [PATCH] version bump git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1308 6778bc44-b910-0410-a7a0-be141de4315d --- src/projectM-xmms/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projectM-xmms/main.cpp b/src/projectM-xmms/main.cpp index eebba7982..119adb017 100755 --- a/src/projectM-xmms/main.cpp +++ b/src/projectM-xmms/main.cpp @@ -71,7 +71,7 @@ VisPlugin projectM_vtable = { NULL, // Handle, filled in by xmms NULL, // Filename, filled in by xmms 0, // Session ID - (char*)"projectM v1.00", // description + (char*)"projectM v2.00", // description 2, // # of PCM channels for render_pcm() 0, // # of freq channels wanted for render_freq() projectM_xmms_init, // Called when plugin is enabled