yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
version.h File Reference

NCX Release Train Version. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define YUMAPRO_VERSION   (const xmlChar *)"23.10T"
 YumaPro Release Train version string.
 
#define YUMAPRO_SEMVER_MAJOR   23
 YumaPro SEMVER version numbering Updated each monthly release or patch release YumaPro SEMVER Format: More...
 
#define YUMAPRO_SEMVER_MINOR   7
 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   "-T"
 SEMVER_EXT This is a string identifying the extension. More...
 

Detailed Description

NCX Release Train Version.

Contains the current Yuma version ID

Macro Definition Documentation

◆ YUMAPRO_SEMVER_EXT

#define YUMAPRO_SEMVER_EXT   "-T"

SEMVER_EXT This is a string identifying the extension.

-T == Technology Train

For production trains this is an empty string

◆ YUMAPRO_SEMVER_MAJOR

#define YUMAPRO_SEMVER_MAJOR   23

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.

◆ YUMAPRO_SEMVER_MINOR

#define YUMAPRO_SEMVER_MINOR   7

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