From a128c1aad77d14e533b55820d9fe62eca4c1fbe8 Mon Sep 17 00:00:00 2001 From: byloveletter Date: Thu, 12 Dec 2019 10:06:42 +0900 Subject: [PATCH] =?UTF-8?q?V1.5.00=20=EB=AA=85=EB=AA=85?= 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 7949ec4..be99004 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 4 -#define HOTFIX_VER 01 +#define MINOR_VER 5 +#define HOTFIX_VER 00 // 0 for normal // 1 for premium -#define MODEL_GRADE 1 +#define MODEL_GRADE 0 namespace Define { -- 2.1.4