From 299d452699e85bfac35fa69c08bd69d576a4be32 Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Sat, 2 Sep 2017 20:59:11 +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 8cf3ab6..b1890c4 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef COMMON_H #define COMMON_H -#define FUSIONSCAN_VER "0.1.1" +#define FUSIONSCAN_VER "0.2.0" #define _DEBUG false