Build-time project version macros. More...
Go to the source code of this file.
Macros | |
| #define | PROJECT_VERSION "0.0.78" |
| Full semver version string (e.g. "0.0.78"). | |
| #define | PROJECT_MAJOR_VERSION "0" |
| Major version component as a string. | |
| #define | PROJECT_MINOR_VERSION "0" |
| Minor version component as a string. | |
| #define | PROJECT_PATCH_VERSION "78" |
| Patch version component as a string. | |
Build-time project version macros.
The values defined here are kept in sync with the rest of the build by the commitizen pre-bump script (scripts/cz_pre_bump_hook.sh).
Definition in file version.h.
| #define PROJECT_MAJOR_VERSION "0" |
| #define PROJECT_MINOR_VERSION "0" |
| #define PROJECT_PATCH_VERSION "78" |