Updated bootloader version number

pull/567/head
Daniele Lacamera 2025-04-29 17:49:38 +02:00
parent 54210851e8
commit c4a3415e98
1 changed files with 2 additions and 2 deletions

View File

@ -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