# HG changeset patch # User giacomo # Date 1173619892 25200 # Node ID 549f88da531145506a962d826c2be6f3c76be34a # Parent d200de50a1fca9b7fa4c35373074583cdcb524e8 [svn] amidi-plug: changed VERSION to AMIDIPLUG_VERSION in fluidsynth backend; not that trivial, but this is how it's supposed to be diff -r d200de50a1fc -r 549f88da5311 ChangeLog --- a/ChangeLog Fri Mar 09 22:47:38 2007 -0800 +++ b/ChangeLog Sun Mar 11 06:31:32 2007 -0700 @@ -1,3 +1,14 @@ +2007-03-10 06:47:38 +0000 Yoshiki Yazawa + revision [1696] + - convert filename into utf8 in debug messages. + + trunk/src/madplug/fileinfo.c | 6 +++++- + trunk/src/madplug/input.c | 4 +++- + trunk/src/madplug/plugin.c | 22 +++++++++++++++++----- + trunk/src/madplug/replaygain.c | 4 +++- + 4 files changed, 28 insertions(+), 8 deletions(-) + + 2007-03-09 20:42:48 +0000 Giacomo Lozito revision [1694] - amidi-plug: change version number to reflect the code differences between audacious version and stand-alone version diff -r d200de50a1fc -r 549f88da5311 src/amidi-plug/backend-fluidsynth/b-fluidsynth.c --- a/src/amidi-plug/backend-fluidsynth/b-fluidsynth.c Fri Mar 09 22:47:38 2007 -0800 +++ b/src/amidi-plug/backend-fluidsynth/b-fluidsynth.c Sun Mar 11 06:31:32 2007 -0700 @@ -32,7 +32,7 @@ if ( name != NULL ) *name = g_strdup( "fluidsynth" ); if ( longname != NULL ) - *longname = g_strdup( "FluidSynth Backend " VERSION ); + *longname = g_strdup( "FluidSynth Backend " AMIDIPLUG_VERSION ); if ( desc != NULL ) *desc = g_strdup( _("This backend produces audio by sending MIDI events " "to FluidSynth, a real-time software synthesizer based "