Minor change in pattern format. Fixed issue #20.

--HG--
branch : feature
This commit is contained in:
dismine 2014-08-09 10:42:14 +03:00
parent a9a1e156af
commit c0b6c3e947

View file

@ -43,9 +43,9 @@ enum class Document : char { LiteParse, LitePPParse, FullParse };
// version without patch part
#define VAL_MIN_VERSION 0x000100
// max support version of format
#define VAL_VERSION 0x000100
#define VAL_VERSION 0x000101
#define VAL_STR_VERSION "0.1.0"
#define VAL_STR_VERSION "0.1.1"
/**
* @brief The VPattern class working with pattern file.