From 23647b31e5526e2da3cdc75f0417093c04fba994 Mon Sep 17 00:00:00 2001 From: byloveletter Date: Thu, 2 Sep 2021 20:02:40 +0900 Subject: [PATCH] =?UTF-8?q?Version=201.6.3=20=EB=B6=80=EC=97=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/define.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gui/oven_control/define.h b/app/gui/oven_control/define.h index 5ae0b8f..fa12704 100644 --- a/app/gui/oven_control/define.h +++ b/app/gui/oven_control/define.h @@ -5,11 +5,11 @@ #define MAJOR_VER 1 #define MINOR_VER 6 -#define HOTFIX_VER 2 +#define HOTFIX_VER 3 // 0 for normal // 1 for premium -#define MODEL_GRADE 0 +#define MODEL_GRADE 1 namespace Define { -- 2.1.4