Minor change in pattern format. Fixed issue #20.
--HG-- branch : feature
This commit is contained in:
parent
a9a1e156af
commit
c0b6c3e947
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user