Source position: apr_version.inc line 135
type apr_version_t = record
major: Integer;
minor: Integer;
patch: Integer;
is_dev: Integer;
end;