Represents the library's version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision).
See also:
PHYSFS_VERSION
PHYSFS_getLinkedVersion
Field Documentation
PHYSFS_uint8PHYSFS_Version::majormajor revision
PHYSFS_uint8PHYSFS_Version::minorminor revision
PHYSFS_uint8PHYSFS_Version::patchpatchlevel
Author
Generated automatically by Doxygen for physfs from the source code.