pub unsafe extern "C" fn version_get_version(
    v: *const Version
) -> *const c_char
Expand description

Get build version. Build version is last tag in git history.

Returns:

  • build date

Arguments

  • v - pointer to Version data. NULL for currently running software.