From 2fcac9b9d8e336ce93a57349f35e3bc428cb588b Mon Sep 17 00:00:00 2001 From: Adam BZH Date: Mon, 12 Aug 2024 12:03:25 +0800 Subject: [PATCH] bootloader version bump to 2.5.3 Signed-off-by: Adam BZH --- core/embed/bootloader/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/embed/bootloader/version.h b/core/embed/bootloader/version.h index 950efcadb..721cbf029 100644 --- a/core/embed/bootloader/version.h +++ b/core/embed/bootloader/version.h @@ -1,6 +1,6 @@ #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) | \ @@ -8,7 +8,7 @@ #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