LibVersion Structure¶ Namespace: id3.Devices Definition¶ Defines the versioning scheme for the library, using semantic versioning to detail major, minor, and build identifiers. Properties¶ Name Type Description build int The build number, used for incremental improvements and bug fixes. major int The major version number, indicating significant updates and compatibility changes. minor int The minor version number, representing backward-compatible features and enhancements.