From c4a3415e98fb624cea582ed76e38da68bbc0424d Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Tue, 29 Apr 2025 17:49:38 +0200 Subject: [PATCH] Updated bootloader version number --- include/wolfboot/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wolfboot/version.h b/include/wolfboot/version.h index 2ad645e2..f363b050 100644 --- a/include/wolfboot/version.h +++ b/include/wolfboot/version.h @@ -29,8 +29,8 @@ extern "C" { #endif -#define LIBWOLFBOOT_VERSION_STRING "2.4.0" -#define LIBWOLFBOOT_VERSION_HEX 0x02040000 +#define LIBWOLFBOOT_VERSION_STRING "2.5.0" +#define LIBWOLFBOOT_VERSION_HEX 0x02050000 #ifndef WOLFBOOT_VERSION #define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX