mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
Version 1.0.4
This commit is contained in:
parent
e05b491a13
commit
89d04366c1
3 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@ AC_INIT(src/fluidsynth.c)
|
|||
|
||||
FLUIDSYNTH_VERSION_MAJOR=1
|
||||
FLUIDSYNTH_VERSION_MINOR=0
|
||||
FLUIDSYNTH_VERSION_MICRO=3
|
||||
FLUIDSYNTH_VERSION_MICRO=4
|
||||
FLUIDSYNTH_VERSION=$FLUIDSYNTH_VERSION_MAJOR.$FLUIDSYNTH_VERSION_MINOR.$FLUIDSYNTH_VERSION_MICRO
|
||||
|
||||
AC_SUBST(FLUIDSYNTH_VERSION_MAJOR)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# install the man pages and include in distribution
|
||||
man_MANS = fluidsynth.1
|
||||
EXTRA_DIST = $(man_MANS) Doxyfile example.c example.sf2 fluidsynth.1 \
|
||||
fluidsynth-v10-devdoc.xml html api
|
||||
fluidsynth-v10-devdoc.xml html api FluidSynth-LADSPA.pdf
|
||||
|
||||
docbook_docs = fluidsynth-v10-devdoc.xml
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ endif
|
|||
# Extra files and optional drivers
|
||||
EXTRA_DIST = fluid_dll.c fluid_dsound.c fluid_winmidi.c fluid_portaudio.c \
|
||||
fluid_coreaudio.c fluid_alsa.c fluid_oss.c fluid_dsp_core.c \
|
||||
fluid_dsp_float.c fluid_dsp_sse.c fluid_dsp_simple.c \
|
||||
fluid_sndmgr.c config_macos.h config_macosx.h config_macosx_pb.h \
|
||||
config_win32.h fluid_sse.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue