Wohlstand / libADLMIDI

A Software MIDI Synthesizer library with OPL3 (YMF262) emulator
GNU Lesser General Public License v3.0
174 stars 17 forks source link

The library's version string is incorrect #47

Closed jpcima closed 6 years ago

jpcima commented 6 years ago

There is currently a problem executing the following code.

fprintf(stderr, "ADLMIDI version %s\n", adl_linkedLibraryVersion());

The output is this. A problem needs to be fixed with the version macros.

ADLMIDI version OPNMIDI_VERSION_MAJOR.OPNMIDI_VERSION_MINOR.OPNMIDI_VERSION_PATCHLEVEL

Wohlstand commented 6 years ago

Damn! Seems I must to fix that, I'll church the stuff when I'll reach my job place, at now I'm in subway and using WiFi to reply here. 

Отправлено с Samsung Mobile

-------- Исходное сообщение -------- От: JP Cimalando notifications@github.com Дата:09.04.2018 4:26 (GMT+03:00) Кому: Wohlstand/libADLMIDI libADLMIDI@noreply.github.com Копия: Subscribed subscribed@noreply.github.com Тема: [Wohlstand/libADLMIDI] The library's version string is incorrect (#47)

There is currently a problem executing the following code.

fprintf(stderr, "ADLMIDI version %s\n", adl_linkedLibraryVersion());

The output is this. A problem needs to be fixed with the version macros.

ADLMIDI version OPNMIDI_VERSION_MAJOR.OPNMIDI_VERSION_MINOR.OPNMIDI_VERSION_PATCHLEVEL

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Wohlstand commented 6 years ago

I hope, now it's fixed!