summaryrefslogtreecommitdiff
path: root/libs/fluidsynth
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-24 02:21:30 +0200
committerRobin Gareus <robin@gareus.org>2016-08-24 02:21:30 +0200
commit07653e13d8ca054529f7f15473007ddf982740d5 (patch)
tree92eab0f61f07007d165195a1d3f48dae8cd19f76 /libs/fluidsynth
parent3ab4f7ef8267a7e510548fcdacbf1dd435fd9090 (diff)
fluidsynth 1.1.6 actually
Diffstat (limited to 'libs/fluidsynth')
-rw-r--r--libs/fluidsynth/config.h4
-rw-r--r--libs/fluidsynth/wscript2
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)