Commit da8d6a29475e4f6d337ded3fc08a53be0d70e477
1 parent
6d1d3987fe
Exists in
master
and in
2 other branches
GUI V1.0.9 Normal Model
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/gui/oven_control/define.h
| @@ -5,11 +5,11 @@ | @@ -5,11 +5,11 @@ | ||
| 5 | 5 | ||
| 6 | #define MAJOR_VER 1 | 6 | #define MAJOR_VER 1 |
| 7 | #define MINOR_VER 0 | 7 | #define MINOR_VER 0 |
| 8 | -#define HOTFIX_VER 9 | 8 | +#define HOTFIX_VER 10 |
| 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 | { |