Chemical Data Processing Library C++ API - Version 1.1.1
Macros
Version.hpp File Reference

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...
 

Detailed Description

Provides CDPKit version information.

Macro Definition Documentation

◆ CDPL_VERSION_MAJOR

#define CDPL_VERSION_MAJOR   1

The CDPKit major version.

◆ CDPL_VERSION_MINOR

#define CDPL_VERSION_MINOR   1

The CDPKit minor version.

◆ CDPL_VERSION_PATCH

#define CDPL_VERSION_PATCH   1

The CDPKit patch-level.

◆ CDPL_VERSION_STRING

#define CDPL_VERSION_STRING   "1.1.1"

The full CDPKit version as string.

◆ CDPL_VERSION

#define CDPL_VERSION   (CDPL_VERSION_MAJOR * 10000 + CDPL_VERSION_MINOR * 100 + CDPL_VERSION_PATCH)

The full CDPKit version number.