fmsynth_get_version method

int fmsynth_get_version()

\brief Returns current version of libfmsynth.

If this mismatches with what the application expects, an ABI mismatch is likely. @returns Version of libfmsynth.

Implementation

int fmsynth_get_version() {
  return _fmsynth_get_version();
}