Lines Matching full:version
10 The version column uses `semantic version <https://semver.org/>`_, and has the
13 * Major version zero (0.y.z) is for initial development. Anything MAY
16 * If minor version is up to one (0.1.z), API is considered
18 * If minor version is larger than one (0.y.z | y > 1), API is considered
21 * Version 1.0.0 defines the public API. The way in which the version number
27 * All existing stable APIs in Zephyr will be start with version 1.0.0.
29 * Patch version Z (x.y.Z | x > 0) MUST be incremented if only backwards
33 * Minor version Y (x.Y.z | x > 0) MUST be incremented if new, backwards
38 Patch version MUST be reset to 0 when minor version is incremented.
40 * Major version X (x.Y.z | x > 0) MUST be incremented if a compatibility
44 Version for existing APIs are initially set based on the current state of the
51 Changes to APIs in the future will require adapting the version following the