Constant KERNEL_PRERELEASE_VERSION

Source
pub const KERNEL_PRERELEASE_VERSION: u16 = 1;
Expand description

Kernel in-development version counter.

Use to distinguish development kernels from release kernels, and can be used to have applications or tools depend on in-development kernel features that are not yet included in any release.

A value of 0 indicates that this a release, of the version indicated by KERNEL_MAJOR_VERSION, KERNEL_MINOR_VERSION and KERNEL_PATCH_VERSION.

A value other than 0 indicates that this is a development revision, before (older than) the next release described by KERNEL_MAJOR_VERSION, KERNEL_MINOR_VERSION and KERNEL_PATCH_VERSION.