Commit 6218939788099b255382a237cc65f48fa11378f7
1 parent
c913981b71
Exists in
master
and in
2 other branches
V1.4 Version Modify
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 3 | |
8 | -#define HOTFIX_VER 01 | |
7 | +#define MINOR_VER 4 | |
8 | +#define HOTFIX_VER 00 | |
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 | { | ... | ... |