diff src/audacious/plugin.h @ 3762:a1039487bf3f

bump API version.
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 21:51:09 -0500
parents 8fdaccee8312
children b4a9d4be27ab
line wrap: on
line diff
--- a/src/audacious/plugin.h	Sun Oct 14 21:50:36 2007 -0500
+++ b/src/audacious/plugin.h	Sun Oct 14 21:51:09 2007 -0500
@@ -56,8 +56,8 @@
 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x))
 
 #define __AUDACIOUS_NEWVFS__
-#define __AUDACIOUS_PLUGIN_API__ 6
-#define __AUDACIOUS_INPUT_PLUGIN_API__ 6
+#define __AUDACIOUS_PLUGIN_API__ 7
+#define __AUDACIOUS_INPUT_PLUGIN_API__ 7
 
 typedef enum {
     FMT_U8,