Commit a8bd59df856a2830c4cade7c2b9d4463e9c8f8cc

Authored by 고영탁
1 parent 308c613b88
Exists in master and in 2 other branches fhd, fhd-demo

버전 1.06 변경

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
app/gui/oven_control/define.h
... ... @@ -4,12 +4,12 @@
4 4 #include <QtCore>
5 5  
6 6 #define MAJOR_VER 1
7   -#define MINOR_VER 5
8   -#define HOTFIX_VER 5
  7 +#define MINOR_VER 6
  8 +#define HOTFIX_VER 0
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 {
... ...