changeset 3762:a1039487bf3f

bump API version.
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 21:51:09 -0500
parents ccc3725a82b3
children 6bec10770466
files src/audacious/plugin.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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,