Lines Matching +full:- +full:- +full:version
2 # SPDX-License-Identifier: Apache-2.0
5 bool "Version binary descriptors"
7 Add the version binary descriptors
12 bool "Kernel version string"
14 The kernel version string, such as "3.4.0"
17 bool "Kernel version major"
19 The major version number, such as 3 in 3.4.0
22 bool "Kernel version minor"
24 The minor version number, such as 4 in 3.4.0
27 bool "Kernel version patchlevel"
29 The patchlevel version number, such as 0 in 3.4.0
32 bool "Kernel version number"
34 The kernel version as binary coded decimal, computed as
41 The kernel git reference, such as "v3.3.0-18-g2c85d9224fca",
42 or overridden at build time - see BUILD_VERSION
45 bool "App version string"
47 The app version string, such as "1.0.0"
50 bool "App version major"
52 The app major version number, such as 1 in 1.0.0
55 bool "App version minor"
57 The app minor version number, such as 0 in 1.0.0
60 bool "App version patchlevel"
62 The app patchlevel version number, such as 0 in 1.0.0
65 bool "App version number"
67 The app version as binary coded decimal, computed as
74 The application git reference, such as "v3.3.0-18-g2c85d9224fca"