Commit 2674e4556476296e69760f5a863caa901d341395

Authored by 고영탁
1 parent 479b37a872
Exists in fhd

버전 변경 V2.0.00

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