CETL 0.0.0
 
Loading...
Searching...
No Matches
The semantic version number of the CETL library.

Macros

#define CETL_VERSION_PATCH   0
 
#define CETL_VERSION_MINOR   4
 
#define CETL_VERSION_MAJOR   1
 

Detailed Description

These macros are an AUTOSAR-14 Rule A16-0-1 violation but we feel it necessary to provide them.

Macro Definition Documentation

◆ CETL_VERSION_MAJOR

#define CETL_VERSION_MAJOR   1

#include </__w/CETL/CETL/include/cetl/cetl.hpp>

CETL Major version.

New major versions shall be rare. No overarching guarantees are made about compatibility between major versions.

◆ CETL_VERSION_MINOR

#define CETL_VERSION_MINOR   4

#include </__w/CETL/CETL/include/cetl/cetl.hpp>

CETL minor version.

Minor versions shall only add to CETL or modify it in a backwards compatible way.

◆ CETL_VERSION_PATCH

#define CETL_VERSION_PATCH   0

#include </__w/CETL/CETL/include/cetl/cetl.hpp>

CETL Patch version.

Patch versions shall always be backwards compatible with the same major and minor version. A patch version number change will only occur if library source code is changed. Documentation or test suite changes will not require a change to cetl/cetl.hpp and will not bump the patch version.