From 1cbe6cfc04705dcd010a734b4c51f02ab8a5ce7e Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Sat, 28 Jul 2018 11:20:44 +0800 Subject: [PATCH] set version to v0.6.0 --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index c86c9f9..ec6998c 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef COMMON_H #define COMMON_H -#define VERSION_NUM "0.5.0" +#define VERSION_NUM "0.6.0" #define _DEBUG false