RKH
rkhfwk_version.h File Reference

Defines the RKH version. More...

#include "rkhtype.h"
Include dependency graph for rkhfwk_version.h:

Go to the source code of this file.

Macros

#define RKH_VERSION_CODE   0x3400u
 This macro expands to the binary representation of the RKH version. More...
 

Variables

RKHROM char rkh_version []
 String describing the RKH version.
 

Detailed Description

Defines the RKH version.

Definition in file rkhfwk_version.h.

Macro Definition Documentation

◆ RKH_VERSION_CODE

#define RKH_VERSION_CODE   0x3400u

This macro expands to the binary representation of the RKH version.

The version number is composed as 0xABCC, where: the number A (1-digit) denoted the MAJOR version, the number B (1-digit) denoted the MINOR version, and the number C (2-digit) indicated the PATCH version. For example, the code number for version 2.2.04 is 0x2204.

Giving a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes.

Note
For more additional information please read https://semver.org/.
Release Date: 06/25/2021

Definition at line 81 of file rkhfwk_version.h.