From a6086f967efdb12c45a50d0e7af7da279fb13ea5 Mon Sep 17 00:00:00 2001 From: byloveletter Date: Tue, 11 Jan 2022 11:10:19 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=201.5.07=20=ED=95=B4?= =?UTF-8?q?=EC=84=AD=20=EC=A0=80=EC=9E=A5=20=EB=B2=84=EC=A0=84=20=EB=B0=B0?= =?UTF-8?q?=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 0239c1d..872118d 100644 --- a/app/gui/oven_control/define.h +++ b/app/gui/oven_control/define.h @@ -5,14 +5,14 @@ #define MAJOR_VER 1 #define MINOR_VER 6 -#define HOTFIX_VER 6 +#define HOTFIX_VER 7 // 0 for normal // 1 for premium #define MODEL_GRADE 1 #define ENABLE_WASH_RESUMING 0 -#define VALVE_HACCP_STAMP 0 +#define VALVE_HACCP_STAMP 1 namespace Define { -- 2.1.4