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

Get flag indicating if this build is “dirty” (source code had uncommited changes)

@param v pointer to Version data. NULL for currently running software.

@return build date