* update FluidSynth to 1.1.11

http://www.fluidsynth.org
https://github.com/FluidSynth/fluidsynth/archive/v1.1.11.tar.gz

cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_OSX_SYSROOT=MacOSX10.7.sdk -DBUILD_SHARED_LIBS=NO -Denable-framework=NO -Denable-readline=NO -DLIB_SUFFIX="" . && make install
This commit is contained in:
alexey.lysiuk 2018-06-16 11:08:53 +03:00
parent 8e1c4fa0e3
commit 6442c3b69f
2 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ extern "C" {
* @brief Library version functions and defines
*/
#define FLUIDSYNTH_VERSION "1.1.10" /**< String constant of libfluidsynth version. */
#define FLUIDSYNTH_VERSION "1.1.11" /**< String constant of libfluidsynth version. */
#define FLUIDSYNTH_VERSION_MAJOR 1 /**< libfluidsynth major version integer constant. */
#define FLUIDSYNTH_VERSION_MINOR 1 /**< libfluidsynth minor version integer constant. */
#define FLUIDSYNTH_VERSION_MICRO 10 /**< libfluidsynth micro version integer constant. */
#define FLUIDSYNTH_VERSION_MICRO 11 /**< 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.