Carna
Version 3.3.2
|
Defines the macros CARNA_MAJOR_VERSION, CARNA_MINOR_VERSION, CARNA_PATCH_VERSION and CARNA_ASSERT_API_VERSION. More...
Go to the source code of this file.
Macros | |
#define | CARNA_MAJOR_VERSION 3 |
Defines the API major version number. | |
#define | CARNA_MINOR_VERSION 3 |
Defines the API minor version number. | |
#define | CARNA_PATCH_VERSION 2 |
Defines the API patch version number. | |
#define | CARNA_ASSERT_API_VERSION(expected_major_version, expected_minor_version, expected_patch_version) |
Fails if current Carna implementation does not support the requested API version. More... | |
Defines the macros CARNA_MAJOR_VERSION, CARNA_MINOR_VERSION, CARNA_PATCH_VERSION and CARNA_ASSERT_API_VERSION.
misc/Version.h.in
, thus DO NOT CHANGE THIS FILE DIRECTLY!!!Definition in file Version.h.
#define CARNA_ASSERT_API_VERSION | ( | expected_major_version, | |
expected_minor_version, | |||
expected_patch_version | |||
) |
Fails if current Carna implementation does not support the requested API version.
The build only succeeds if:
Documentation generated by Doxygen