From a8bd59df856a2830c4cade7c2b9d4463e9c8f8cc Mon Sep 17 00:00:00 2001 From: byloveletter Date: Tue, 16 Feb 2021 21:19:02 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=201.06=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/define.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/gui/oven_control/define.h b/app/gui/oven_control/define.h index f21789c..ca89444 100644 --- a/app/gui/oven_control/define.h +++ b/app/gui/oven_control/define.h @@ -4,12 +4,12 @@ #include #define MAJOR_VER 1 -#define MINOR_VER 5 -#define HOTFIX_VER 5 +#define MINOR_VER 6 +#define HOTFIX_VER 0 // 0 for normal // 1 for premium -#define MODEL_GRADE 0 +#define MODEL_GRADE 1 namespace Define { -- 2.1.4