SmingVersion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SMING_MAJOR_VERSION   5
 
#define SMING_MINOR_VERSION   1
 
#define SMING_PATCH_VERSION   0
 
#define SMING_PRE_RELEASE   ""
 
#define MACROQUOT(x)   #x
 
#define MACROQUOTE(x)   MACROQUOT(x)
 
#define SMING_VERSION
 

Macro Definition Documentation

◆ MACROQUOT

#define MACROQUOT (   x)    #x

◆ MACROQUOTE

#define MACROQUOTE (   x)    MACROQUOT(x)

◆ SMING_MAJOR_VERSION

#define SMING_MAJOR_VERSION   5

◆ SMING_MINOR_VERSION

#define SMING_MINOR_VERSION   1

◆ SMING_PATCH_VERSION

#define SMING_PATCH_VERSION   0

◆ SMING_PRE_RELEASE

#define SMING_PRE_RELEASE   ""

◆ SMING_VERSION

#define SMING_VERSION
Value:
#define SMING_MINOR_VERSION
Definition: SmingVersion.h:9
#define SMING_PRE_RELEASE
Definition: SmingVersion.h:11
#define SMING_PATCH_VERSION
Definition: SmingVersion.h:10
#define SMING_MAJOR_VERSION
Definition: SmingVersion.h:8
#define MACROQUOTE(x)
Definition: SmingVersion.h:14