yumapro
24.10-2
YumaPro SDK
|
NCX Release Train Version. More...
Go to the source code of this file.
Macros | |
#define | YUMAPRO_VERSION (const xmlChar *)"24.10" |
YumaPro Release Train version string. | |
#define | YUMAPRO_SEMVER_MAJOR 24 |
YumaPro SEMVER version numbering Updated each monthly release or patch release YumaPro SEMVER Format: More... | |
#define | YUMAPRO_SEMVER_MINOR 2 |
SEMVER MINOR The minor version is incremented every month. More... | |
#define | YUMAPRO_SEMVER_PATCH 0 |
SEMVER_PATCH The patch release is always '0' for the monthly release Snapshot releases done before the next monthly release will cause the patch version number to increment. | |
#define | YUMAPRO_SEMVER_EXT "" |
SEMVER_EXT This is a string identifying the extension. More... | |
NCX Release Train Version.
Contains the current Yuma version ID
#define YUMAPRO_SEMVER_EXT "" |
SEMVER_EXT This is a string identifying the extension.
-T == Technology Train
For production trains this is an empty string
#define YUMAPRO_SEMVER_MAJOR 24 |
YumaPro SEMVER version numbering Updated each monthly release or patch release YumaPro SEMVER Format:
MAJOR.MINOR.PATCH[EXT]
SEMVER MAJOR The major version is the same for the entire release train.
#define YUMAPRO_SEMVER_MINOR 2 |
SEMVER MINOR The minor version is incremented every month.
It is the same as the previous RELEASE number Examples:
22.10-11 == 22.11.0 22.10-11.1 == 22.11.1 22.10T-11.2 == 22.11.2-T