diff src/amidi-plug/i_common.h @ 1414:5f892afeb8e1 audacious-plugins-1.4.0-dr2

- amidi-plug 0.8 beta1; support for gthread and v3 plugin system; needs testing and refinements
author Giacomo Lozito <james@develia.org>
date Mon, 06 Aug 2007 14:01:24 +0200
parents 8298974410fe
children 3134a0987162
line wrap: on
line diff
--- a/src/amidi-plug/i_common.h	Mon Aug 06 03:20:01 2007 +0200
+++ b/src/amidi-plug/i_common.h	Mon Aug 06 14:01:24 2007 +0200
@@ -30,6 +30,8 @@
 
 #include <audacious/i18n.h>
 
+#define DEBUG 1
+
 #define textdomain(Domain)
 #define bindtextdomain(Package, Directory)
 
@@ -43,7 +45,7 @@
 #endif /* DEBUG */
 
 
-#define AMIDIPLUG_VERSION "0.7p1"
+#define AMIDIPLUG_VERSION "0.8b1"
 #define PLAYER_NAME "Audacious"
 #define PLAYER_LOCALRCDIR ".audacious"
 #define G_PATH_GET_BASENAME(x) g_path_get_basename(x)