update fluidsynth to 2.1.7

This commit is contained in:
alexey.lysiuk 2021-01-30 12:58:56 +02:00
parent d4933137d1
commit e02623f24f
3 changed files with 3 additions and 3 deletions

View file

@ -31,10 +31,10 @@ extern "C" {
* @brief Library version functions and defines
*/
#define FLUIDSYNTH_VERSION "2.1.6" /**< String constant of libfluidsynth version. */
#define FLUIDSYNTH_VERSION "2.1.7" /**< String constant of libfluidsynth version. */
#define FLUIDSYNTH_VERSION_MAJOR 2 /**< libfluidsynth major version integer constant. */
#define FLUIDSYNTH_VERSION_MINOR 1 /**< libfluidsynth minor version integer constant. */
#define FLUIDSYNTH_VERSION_MICRO 6 /**< libfluidsynth micro version integer constant. */
#define FLUIDSYNTH_VERSION_MICRO 7 /**< libfluidsynth micro version integer constant. */
FLUIDSYNTH_API void fluid_version(int *major, int *minor, int *micro);
FLUIDSYNTH_API char* fluid_version_str(void);

Binary file not shown.

View file

@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: FluidSynth
Description: Software SoundFont synth
Version: 2.1.6
Version: 2.1.7
Requires.private: libinstpatch-1.0
Libs: -L${libdir} -lfluidsynth
Libs.private: -framework AudioUnit -framework CoreAudio -framework CoreMIDI