Commit 533cb91d4af8fda0e93f1828c77fd7d618857411

Authored by 고영탁
1 parent 16e4e24069
Exists in fhd

버전 2.0.08 릴리즈 세처 수정 및 해섭 밸브로 수정 배포

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/gui/oven_control/define.h
... ... @@ -5,14 +5,14 @@
5 5  
6 6 #define MAJOR_VER 2
7 7 #define MINOR_VER 0
8   -#define HOTFIX_VER 7
  8 +#define HOTFIX_VER 8
9 9  
10 10 // 0 for normal
11 11 // 1 for premium
12 12 #define MODEL_GRADE 1
13 13  
14 14 #define ENABLE_WASH_RESUMING 0
15   -#define VALVE_HACCP_STAMP 1
  15 +#define VALVE_HACCP_STAMP 0
16 16  
17 17 namespace Define
18 18 {
... ...