From 48781ea058c8d15b04045205c589c76302f5ed5c Mon Sep 17 00:00:00 2001 From: skyjake Date: Fri, 7 Dec 2012 14:11:37 +0200 Subject: [PATCH] FluidSynth: Bumped version number to 1.1.0 Minor version bump for the Doomsday 1.9.10 release because of the ability to use fluidsynth's own audio driver (non-embedded build). --- doomsday/plugins/fluidsynth/include/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doomsday/plugins/fluidsynth/include/version.h b/doomsday/plugins/fluidsynth/include/version.h index 77224d832c..ff04018fda 100644 --- a/doomsday/plugins/fluidsynth/include/version.h +++ b/doomsday/plugins/fluidsynth/include/version.h @@ -37,8 +37,8 @@ #define PLUGIN_NICENAME "FluidSynth Music Driver" #define PLUGIN_DETAILS "Doomsday plugin for music playback via FluidSynth" -#define PLUGIN_VERSION_TEXT "1.0.0" +#define PLUGIN_VERSION_TEXT "1.1.0" #define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DSFLUIDSYNTH_VER_ID ")" -#define PLUGIN_VERSION_NUMBER 1,0,0,0 // For WIN32 version info. +#define PLUGIN_VERSION_NUMBER 1,1,0,0 // For WIN32 version info. #endif