build 147
This commit is contained in:
parent
026f68fd6f
commit
6b5f9253d6
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
|||
|
||||
// Firmware version
|
||||
#define FW_VERSION "3.1.1-RC4"
|
||||
#define FW_COMMIT_NR 146
|
||||
#define FW_COMMIT_NR 147
|
||||
#define FW_DEV_VERSION FW_VERSION_RC
|
||||
#define FW_VERSION_FULL FW_VERSION "-" STR(FW_COMMIT_NR)"c"
|
||||
#define FW_VERSION_FULL FW_VERSION "-" STR(FW_COMMIT_NR)
|
||||
|
||||
#define FW_VERSION_UNKNOWN 4
|
||||
#define FW_VERSION_ALPHA 3
|
||||
|
|
Loading…
Reference in a new issue