Chemical Data Processing Library C++ API - Version 1.3.0
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 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...
 

Detailed Description

Provides CDPKit version information.

Macro Definition Documentation

◆ CDPL_VERSION_MAJOR

#define CDPL_VERSION_MAJOR   1

The CDPL major version.

◆ CDPL_VERSION_MINOR

#define CDPL_VERSION_MINOR   3

The CDPL minor version.

◆ CDPL_VERSION_PATCH

#define CDPL_VERSION_PATCH   0

The CDPL patch-level.

◆ CDPL_VERSION_STRING

#define CDPL_VERSION_STRING   "1.3.0.dev1"

The full CDPL version as string.

◆ CDPL_VERSION

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

The full CDPL version number.