Skip to content

Commit 0fd4e6b

Browse files
authored
chore: update version v2.5.2
1 parent 834ea82 commit 0fd4e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/embed/bootloader/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#define VERSION_MAJOR 2
22
#define VERSION_MINOR 5
3-
#define VERSION_PATCH 1
3+
#define VERSION_PATCH 2
44
#define VERSION_BUILD 0
55
#define VERSION_UINT32 \
66
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \
77
(VERSION_BUILD << 24))
88

99
#define FIX_VERSION_MAJOR 2
1010
#define FIX_VERSION_MINOR 5
11-
#define FIX_VERSION_PATCH 1
11+
#define FIX_VERSION_PATCH 2
1212
#define FIX_VERSION_BUILD 0
1313

1414
#define VERSION_MONOTONIC 1

0 commit comments

Comments
 (0)