Commit 23647b31e5526e2da3cdc75f0417093c04fba994
1 parent
0db96666e3
Exists in
master
Version 1.6.3 부여
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 6 | 7 | #define MINOR_VER 6 |
| 8 | -#define HOTFIX_VER 2 | 8 | +#define HOTFIX_VER 3 |
| 9 | 9 | ||
| 10 | // 0 for normal | 10 | // 0 for normal |
| 11 | // 1 for premium | 11 | // 1 for premium |
| 12 | -#define MODEL_GRADE 0 | 12 | +#define MODEL_GRADE 1 |
| 13 | 13 | ||
| 14 | namespace Define | 14 | namespace Define |
| 15 | { | 15 | { |