ass_library_version method

int ass_library_version()

\brief Return the version of library. This returns the value LIBASS_VERSION was set to when the library was compiled. \return library version

Implementation

int ass_library_version() {
  return _ass_library_version();
}