![]() |
Chemical Data Processing Library C++ API - Version 1.3.0
|
Provides CDPKit version information. More...
Go to the source code of this file.
Macros | |
#define | CDPL_VERSION_MAJOR 1 |
The CDPL major version. More... | |
#define | CDPL_VERSION_MINOR 3 |
The CDPL minor version. More... | |
#define | CDPL_VERSION_PATCH 0 |
The CDPL patch-level. More... | |
#define | CDPL_VERSION_STRING "1.3.0.dev1" |
The full CDPL version as string. More... | |
#define | CDPL_VERSION (CDPL_VERSION_MAJOR * 10000 + CDPL_VERSION_MINOR * 100 + CDPL_VERSION_PATCH) |
The full CDPL version number. More... | |
Provides CDPKit version information.
#define CDPL_VERSION_MAJOR 1 |
The CDPL major version.
#define CDPL_VERSION_MINOR 3 |
The CDPL minor version.
#define CDPL_VERSION_PATCH 0 |
The CDPL patch-level.
#define CDPL_VERSION_STRING "1.3.0.dev1" |
The full CDPL version as string.
#define CDPL_VERSION (CDPL_VERSION_MAJOR * 10000 + CDPL_VERSION_MINOR * 100 + CDPL_VERSION_PATCH) |
The full CDPL version number.