CMSIS Packs  Version 0.10
Mechanism to install software, device support, APIs, and example projects
 All Pages
VersionType

Version formatting pattern

Character pattern allowed for specifying a version. A version number can consist of numbers and letters seperated by characters . - _ It is required that the version format remains unchanged throughout the whole lifecycle, since otherwise a reliable version comparison becomes impossible. It is recommended to use a version format with three number seperated by dots. major.minor.build

Example:

<release version="1.4.2" ...>

 

Note: For versioning of configuration files it may be more applicable to using a single incrementing number.