chore(core): bump bootloader / prodtest versions after release

pull/3783/head
matejcik 1 month ago
parent e8c65b9f24
commit 12725d9835

@ -1,6 +1,6 @@
#define VERSION_MAJOR 2 #define VERSION_MAJOR 2
#define VERSION_MINOR 1 #define VERSION_MINOR 1
#define VERSION_PATCH 6 #define VERSION_PATCH 7
#define VERSION_BUILD 0 #define VERSION_BUILD 0
#define VERSION_UINT32 \ #define VERSION_UINT32 \
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \ (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \

@ -1,6 +1,6 @@
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 2 #define VERSION_MINOR 2
#define VERSION_PATCH 6 #define VERSION_PATCH 7
#define VERSION_BUILD 0 #define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 0 #define FIX_VERSION_MAJOR 0

Loading…
Cancel
Save