Commit d99169a8617e6cbacf0c97f9d82f8052d7e2c91f

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

GUI V1.0.0

 - 양산 정식 버전
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
app/gui/oven_control/define.h
@@ -3,9 +3,9 @@ @@ -3,9 +3,9 @@
3 3
4 #include <QtCore> 4 #include <QtCore>
5 5
6 -#define MAJOR_VER 0  
7 -#define MINOR_VER 4  
8 -#define HOTFIX_VER 3 6 +#define MAJOR_VER 1
  7 +#define MINOR_VER 0
  8 +#define HOTFIX_VER 0
9 9
10 namespace Define 10 namespace Define
11 { 11 {