From 533cb91d4af8fda0e93f1828c77fd7d618857411 Mon Sep 17 00:00:00 2001 From: byloveletter Date: Tue, 11 Jan 2022 20:49:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=202.0.08=20=EB=A6=B4?= =?UTF-8?q?=EB=A6=AC=EC=A6=88=20=EC=84=B8=EC=B2=98=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EB=B0=8F=20=ED=95=B4=EC=84=AD=20=EB=B0=B8=EB=B8=8C=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=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 117a02c..6f818c4 100644 --- a/app/gui/oven_control/define.h +++ b/app/gui/oven_control/define.h @@ -5,14 +5,14 @@ #define MAJOR_VER 2 #define MINOR_VER 0 -#define HOTFIX_VER 7 +#define HOTFIX_VER 8 // 0 for normal // 1 for premium #define MODEL_GRADE 1 #define ENABLE_WASH_RESUMING 0 -#define VALVE_HACCP_STAMP 1 +#define VALVE_HACCP_STAMP 0 namespace Define { -- 2.1.4