Go to the documentation of this file.
11 #ifndef __TEXTWOLF_VERSION_HPP__
12 #define __TEXTWOLF_VERSION_HPP__
14 #define _TEXTWOLF_VERSION_MAJOR 0
15 #define _TEXTWOLF_VERSION_MINOR 2
16 #define _TEXTWOLF_VERSION_REVISION 0
18 #define _TEXTWOLF_VERSION_NUM ((_TEXTWOLF_VERSION_MAJOR*10000)+(_TEXTWOLF_VERSION_MINOR*100)+(_TEXTWOLF_VERSION_REVISION*1))