From 55106eb5da5b23686a0b6346e44f95f36fa06743 Mon Sep 17 00:00:00 2001 From: taehoon Date: Mon, 17 May 2021 11:23:32 +0900 Subject: [PATCH] V2.0.01 --- 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 f8d5ffc..48f3482 100644 --- a/app/gui/oven_control/define.h +++ b/app/gui/oven_control/define.h @@ -5,11 +5,11 @@ #define MAJOR_VER 2 #define MINOR_VER 0 -#define HOTFIX_VER 0 +#define HOTFIX_VER 1 // 0 for normal // 1 for premium -#define MODEL_GRADE 0 +#define MODEL_GRADE 1 namespace Define { -- 2.1.4