report FluidSynth's runtime + exec version

This commit is contained in:
derselbst 2018-01-10 09:07:22 +01:00
parent aff8f0d458
commit 37218ba4b4

View file

@ -806,15 +806,16 @@ print_usage()
void void
print_welcome() print_welcome()
{ {
printf("FluidSynth version %s\n" printf("FluidSynth runtime version %s\n"
"Copyright (C) 2000-2017 Peter Hanappe and others.\n" "Copyright (C) 2000-2017 Peter Hanappe and others.\n"
"Distributed under the LGPL license.\n" "Distributed under the LGPL license.\n"
"SoundFont(R) is a registered trademark of E-mu Systems, Inc.\n\n", "SoundFont(R) is a registered trademark of E-mu Systems, Inc.\n\n",
FLUIDSYNTH_VERSION); fluid_version_str());
} }
void print_configure() void print_configure()
{ {
printf("FluidSynth executable version %s\n", FLUIDSYNTH_VERSION);
puts("Sample type=" puts("Sample type="
#ifdef WITH_FLOAT #ifdef WITH_FLOAT
"float" "float"