From 6428fd4bba36a3b31c60b95aed667b7477d23ed9 Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Mon, 20 Aug 2018 16:16:05 +0800 Subject: [PATCH] set version to v0.5.0 --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index a8bfd7f..a183935 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef COMMON_H #define COMMON_H -#define VERSION_NUMBER "0.4.0" +#define VERSION_NUMBER "0.5.0" #define _DEBUG false