kim-api  2.3.1-git+v2.3.0-git-2-g378406f9.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Macros
KIM_Version.h.in File Reference

Go to the source code of this file.

Macros

#define KIM_VERSION_MAJOR   @PROJECT_VERSION_MAJOR@
 The major version number of the KIM API. More...
 
#define KIM_VERSION_MINOR   @PROJECT_VERSION_MINOR@
 The minor version number of the KIM API. More...
 
#define KIM_VERSION_PATCH   @PROJECT_VERSION_PATCH@
 The patch version number of the KIM API. More...
 
#define KIM_VERSION_PRERELEASE   "@PROJECT_VERSION_PRERELEASE@"
 The prerelease version string of the KIM API. More...
 
#define KIM_VERSION_BUILD_METADATA   "@PROJECT_VERSION_BUILD_METADATA@"
 The build metadata version string of the KIM API. More...
 
#define KIM_VERSION_STRING   "@PROJECT_VERSION_STRING@"
 The complete version string of the KIM API. More...
 

Macro Definition Documentation

◆ KIM_VERSION_BUILD_METADATA

#define KIM_VERSION_BUILD_METADATA   "@PROJECT_VERSION_BUILD_METADATA@"

The build metadata version string of the KIM API.

The KIM API conforms to Semantic Versioning 2.0.0.

Since
2.0

Definition at line 88 of file KIM_Version.h.in.

◆ KIM_VERSION_MAJOR

#define KIM_VERSION_MAJOR   @PROJECT_VERSION_MAJOR@

The major version number of the KIM API.

The KIM API conforms to Semantic Versioning 2.0.0.

Since
2.0

Definition at line 43 of file KIM_Version.h.in.

◆ KIM_VERSION_MINOR

#define KIM_VERSION_MINOR   @PROJECT_VERSION_MINOR@

The minor version number of the KIM API.

The KIM API conforms to Semantic Versioning 2.0.0.

Since
2.0

Definition at line 55 of file KIM_Version.h.in.

◆ KIM_VERSION_PATCH

#define KIM_VERSION_PATCH   @PROJECT_VERSION_PATCH@

The patch version number of the KIM API.

The KIM API conforms to Semantic Versioning 2.0.0.

Since
2.0

Definition at line 67 of file KIM_Version.h.in.

◆ KIM_VERSION_PRERELEASE

#define KIM_VERSION_PRERELEASE   "@PROJECT_VERSION_PRERELEASE@"

The prerelease version string of the KIM API.

The KIM API conforms to Semantic Versioning 2.0.0.

Since
2.0

Definition at line 78 of file KIM_Version.h.in.

◆ KIM_VERSION_STRING

#define KIM_VERSION_STRING   "@PROJECT_VERSION_STRING@"

The complete version string of the KIM API.

The KIM API conforms to Semantic Versioning 2.0.0.

Since
2.0

Definition at line 98 of file KIM_Version.h.in.