From c0b6c3e9477e8f912894b336e9f50add578ccb1c Mon Sep 17 00:00:00 2001 From: dismine Date: Sat, 9 Aug 2014 10:42:14 +0300 Subject: [PATCH] Minor change in pattern format. Fixed issue #20. --HG-- branch : feature --- src/app/xml/vpattern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.