class.version - moduleus/urx GitHub Wiki
Version
Hold the current version of the UAC/URX.
Parameters
| UAC | URX | Parameter | Datatype | Description | 
|---|---|---|---|---|
| ✓ | ✓ | major | uint16 | Index for major release | 
| ✓ | ✓ | minor | uint16 | Index for minor release | 
| ✓ | ✓ | patch | uint16 | Index for patch | 
Notes
Update major: introduces incompatibility with previous code.
Update minor: change in the API but still compatible with previous code.
Update patch: fix a bug but don't add feature or change behavior.