We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834ea82 commit 0fd4e6bCopy full SHA for 0fd4e6b
core/embed/bootloader/version.h
@@ -1,14 +1,14 @@
1
#define VERSION_MAJOR 2
2
#define VERSION_MINOR 5
3
-#define VERSION_PATCH 1
+#define VERSION_PATCH 2
4
#define VERSION_BUILD 0
5
#define VERSION_UINT32 \
6
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \
7
(VERSION_BUILD << 24))
8
9
#define FIX_VERSION_MAJOR 2
10
#define FIX_VERSION_MINOR 5
11
-#define FIX_VERSION_PATCH 1
+#define FIX_VERSION_PATCH 2
12
#define FIX_VERSION_BUILD 0
13
14
#define VERSION_MONOTONIC 1
0 commit comments