build: prepare v0.17.3.0

This commit is contained in:
selsta
2021-10-24 18:16:59 +02:00
parent fce167d7cc
commit 3cb7fda428
7 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ namespace hw {
/* Minimal supported version */
#define MINIMAL_APP_VERSION_MAJOR 1
#define MINIMAL_APP_VERSION_MINOR 7
#define MINIMAL_APP_VERSION_MICRO 6
#define MINIMAL_APP_VERSION_MICRO 8
#define VERSION(M,m,u) ((M)<<16|(m)<<8|(u))
#define VERSION_MAJOR(v) (((v)>>16)&0xFF)