From 2674e4556476296e69760f5a863caa901d341395 Mon Sep 17 00:00:00 2001 From: byloveletter Date: Fri, 30 Apr 2021 21:26:29 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EB=B3=80=EA=B2=BD=20V2.0.?= =?UTF-8?q?00?= 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 ca89444..f8d5ffc 100644 --- a/app/gui/oven_control/define.h +++ b/app/gui/oven_control/define.h @@ -3,13 +3,13 @@ #include -#define MAJOR_VER 1 -#define MINOR_VER 6 +#define MAJOR_VER 2 +#define MINOR_VER 0 #define HOTFIX_VER 0 // 0 for normal // 1 for premium -#define MODEL_GRADE 1 +#define MODEL_GRADE 0 namespace Define { -- 2.1.4