00001 /* FluidSynth - A Software Synthesizer
00002 *
00003 * Copyright (C) 2003 Peter Hanappe and others.
00004 *
00005 * This library is free software; you can redistribute it and/or
00006 * modify it under the terms of the GNU Library General Public License
00007 * as published by the Free Software Foundation; either version 2 of
00008 * the License, or (at your option) any later version.
00009 *
00010 * This library is distributed in the hope that it will be useful, but
00011 * WITHOUT ANY WARRANTY; without even the implied warranty of
00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00013 * Library General Public License for more details.
00014 *
00015 * You should have received a copy of the GNU Library General Public
00016 * License along with this library; if not, write to the Free
00017 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
00018 * 02111-1307, USA
00019 */
00020
00021 #ifndef _FLUIDSYNTH_VERSION_H
00022 #define _FLUIDSYNTH_VERSION_H
00023
00024
00025 #ifdef __cplusplus
00026 extern "C" {
00027 #endif
00028
00029 #define FLUIDSYNTH_VERSION "1.0.8"
00030 #define FLUIDSYNTH_VERSION_MAJOR 1
00031 #define FLUIDSYNTH_VERSION_MINOR 0
00032 #define FLUIDSYNTH_VERSION_MICRO 8
00033
00034
00035 FLUIDSYNTH_API void fluid_version(int *major, int *minor, int *micro);
00036
00037 FLUIDSYNTH_API char* fluid_version_str(void);
00038
00039
00040 #ifdef __cplusplus
00041 }
00042 #endif
00043
00044 #endif /* _FLUIDSYNTH_VERSION_H */
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001