Macros | |
#define | CETL_VERSION_PATCH 0 |
#define | CETL_VERSION_MINOR 4 |
#define | CETL_VERSION_MAJOR 1 |
These macros are an AUTOSAR-14 Rule A16-0-1 violation but we feel it necessary to provide them.
#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.
#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.
#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.