textwolf  0.2
Macros
version.hpp File Reference

textwolf API version definition More...

Go to the source code of this file.

Macros

#define _TEXTWOLF_VERSION_MAJOR   0
 
#define _TEXTWOLF_VERSION_MINOR   2
 
#define _TEXTWOLF_VERSION_REVISION   0
 
#define _TEXTWOLF_VERSION_NUM   ((_TEXTWOLF_VERSION_MAJOR*10000)+(_TEXTWOLF_VERSION_MINOR*100)+(_TEXTWOLF_VERSION_REVISION*1))
 

Detailed Description

textwolf API version definition

Macro Definition Documentation

#define _TEXTWOLF_VERSION_MAJOR   0
#define _TEXTWOLF_VERSION_MINOR   2
#define _TEXTWOLF_VERSION_NUM   ((_TEXTWOLF_VERSION_MAJOR*10000)+(_TEXTWOLF_VERSION_MINOR*100)+(_TEXTWOLF_VERSION_REVISION*1))
#define _TEXTWOLF_VERSION_REVISION   0