Lines Matching refs:version
1 .. _app-version-details:
3 Application version management
6 Zephyr supports an application version management system for applications which is built around the
7 system that Zephyr uses for its own version system management. This allows applications to define a
8 version file and have application (or module) code include the auto-generated file and be able to
9 access it, just as they can with the kernel version. This version information is available from
18 images to be signed with correct version of the application automatically - no manual signing
24 Application version information is set on a per-application basis in a file named :file:`VERSION`,
26 located. This is a simple text file which contains the various version information fields, each on
38 field to a single byte (note that there may be further restrictions depending upon what the version
56 When an application is configured using CMake, the version file will be automatically processed,
57 and will be checked automatically each time the version is changed, so CMake does not need to be
73 To use the version information in application code, the version file must be included, then the
196 to support MCUboot and a signed image is generated, the version information will be automatically