diff --git a/src/app/xml/vpattern.h b/src/app/xml/vpattern.h index 72d65c8a9..1a264244c 100644 --- a/src/app/xml/vpattern.h +++ b/src/app/xml/vpattern.h @@ -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.