changeset 3295:6600abe94a3f trunk

Bump binary API/ABI revisions for Tuplez.
author William Pitcock <nenolod@atheme-project.org>
date Fri, 10 Aug 2007 03:50:41 -0500
parents a97fb19a0148
children c1f506c2b1d0
files src/audacious/plugin.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/plugin.h	Thu Aug 09 10:29:45 2007 -0500
+++ b/src/audacious/plugin.h	Fri Aug 10 03:50:41 2007 -0500
@@ -51,8 +51,8 @@
 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x))
 
 #define __AUDACIOUS_NEWVFS__
-#define __AUDACIOUS_PLUGIN_API__ 4
-#define __AUDACIOUS_INPUT_PLUGIN_API__ 4
+#define __AUDACIOUS_PLUGIN_API__ 5
+#define __AUDACIOUS_INPUT_PLUGIN_API__ 5
 
 typedef enum {
     FMT_U8,