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