From 07653e13d8ca054529f7f15473007ddf982740d5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 24 Aug 2016 02:21:30 +0200 Subject: [PATCH] fluidsynth 1.1.6 actually --- libs/fluidsynth/config.h | 4 ++-- libs/fluidsynth/wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/fluidsynth/config.h b/libs/fluidsynth/config.h index 3df4483053..d423dfca25 100644 --- a/libs/fluidsynth/config.h +++ b/libs/fluidsynth/config.h @@ -2,9 +2,9 @@ #define CONFIG_H #define FLUIDSYNTH_VERSION_MAJOR 1 -#define FLUIDSYNTH_VERSION_MINOR 0 +#define FLUIDSYNTH_VERSION_MINOR 1 #define FLUIDSYNTH_VERSION_MICRO 6 -#define FLUIDSYNTH_VERSION "1.0.6" +#define FLUIDSYNTH_VERSION "1.1.6" /* Define to enable ALSA driver */ /* #undef ALSA_SUPPORT */ diff --git a/libs/fluidsynth/wscript b/libs/fluidsynth/wscript index 6451ec829c..d346a57d59 100644 --- a/libs/fluidsynth/wscript +++ b/libs/fluidsynth/wscript @@ -30,7 +30,7 @@ def options(opt): def configure(conf): if conf.is_defined('USE_EXTERNAL_LIBS'): - autowaf.check_pkg(conf, 'fluidsynth', uselib_store='LIBFLUIDSYNTH', atleast_version=LIBFLUIDSYNTH_LIB_VERSION, mandatory=True) + autowaf.check_pkg(conf, 'fluidsynth', uselib_store='LIBFLUIDSYNTH', atleast_version=1.1.6, mandatory=True) else: conf.load('compiler_c') autowaf.configure(conf) -- 2.30.2