ompfVersion.h File Reference
#include <ompf/ompfDefines.h>

Macros

#define OMPF_CONFIGURATION   "release"
 
#define OMPF_VERSION_MAJOR   1
 ompf major version More...
 
#define OMPF_VERSION_MINOR   0
 ompf minor version More...
 
#define OMPF_VERSION_PATCH   1
 ompf patch version More...
 
#define STR2(x)   #x
 some tricky definitions to get the version displayed right More...
 
#define STR(x)   STR2(x)
 
#define OMPF_VERSION
 the ompf version definition More...
 

Macro Definition Documentation

◆ OMPF_CONFIGURATION

#define OMPF_CONFIGURATION   "release"

◆ OMPF_VERSION

#define OMPF_VERSION
Value:
#define STR(x)
Definition: ompfVersion.h:48
#define OMPF_VERSION_PATCH
ompf patch version
Definition: ompfVersion.h:44
#define OMPF_VERSION_MAJOR
ompf major version
Definition: ompfVersion.h:38
#define OMPF_VERSION_MINOR
ompf minor version
Definition: ompfVersion.h:41

the ompf version definition

◆ OMPF_VERSION_MAJOR

#define OMPF_VERSION_MAJOR   1

ompf major version

◆ OMPF_VERSION_MINOR

#define OMPF_VERSION_MINOR   0

ompf minor version

◆ OMPF_VERSION_PATCH

#define OMPF_VERSION_PATCH   1

ompf patch version

◆ STR

#define STR (   x)    STR2(x)

◆ STR2

#define STR2 (   x)    #x

some tricky definitions to get the version displayed right