Commit a128c1aad77d14e533b55820d9fe62eca4c1fbe8

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

V1.5.00 명명

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