From e0ee9e4a7b43a429c520e7620b29673cbd71abcc Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Wed, 1 Aug 2018 10:16:53 +0800 Subject: [PATCH] set version to v0.2.0 --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 4ddaaab..6665832 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef COMMON_H #define COMMON_H -#define VERSION_NUM "0.1.0" +#define VERSION_NUM "0.2.0" #define _DEBUG false