Commit 55106eb5da5b23686a0b6346e44f95f36fa06743

Authored by 김태훈
1 parent 214a68f0da
Exists in fhd

V2.0.01

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