Function version_get_version
Source 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.
§Arguments
v - pointer to Version data. NULL for currently running
software.
§Returns
build date