fluidsynth 1.1.6 actually
authorRobin Gareus <robin@gareus.org>
Wed, 24 Aug 2016 00:21:30 +0000 (02:21 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 24 Aug 2016 00:21:30 +0000 (02:21 +0200)
libs/fluidsynth/config.h
libs/fluidsynth/wscript

index 3df4483053938f3b5aafababd98e4a4e247167ab..d423dfca255482dc98af8e4475bca3c1a890e2af 100644 (file)
@@ -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 */
index 6451ec829c85b55eb5174c9f803d4f186f84709e..d346a57d59fe246049448058706ebbb4608fd2f6 100644 (file)
@@ -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)