Skip to content

Commit

Permalink
bootloader version bump to 2.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Adam BZH <[email protected]>
  • Loading branch information
424778940z committed Aug 12, 2024
1 parent 0b70bf2 commit 2fcac9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/embed/bootloader/version.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 5
#define VERSION_PATCH 2
#define VERSION_PATCH 3
#define VERSION_BUILD 0
#define VERSION_UINT32 \
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \
(VERSION_BUILD << 24))

#define FIX_VERSION_MAJOR 2
#define FIX_VERSION_MINOR 5
#define FIX_VERSION_PATCH 2
#define FIX_VERSION_PATCH 3
#define FIX_VERSION_BUILD 0

#define VERSION_MONOTONIC 1

0 comments on commit 2fcac9b

Please sign in to comment.