From ee8b1ed47c6f53dd842455b4db1de82ed4eccc0c Mon Sep 17 00:00:00 2001 From: byloveletter Date: Fri, 18 Mar 2022 15:33:11 +0900 Subject: [PATCH] =?UTF-8?q?2.1.0=20=EB=B2=84=EC=A0=84=20=EB=B0=B0=ED=8F=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 a1645b7..e724515 100644 --- a/app/gui/oven_control/define.h +++ b/app/gui/oven_control/define.h @@ -4,8 +4,8 @@ #include #define MAJOR_VER 2 -#define MINOR_VER 0 -#define HOTFIX_VER 11 +#define MINOR_VER 1 +#define HOTFIX_VER 0 // 0 for normal // 1 for premium -- 2.1.4