mirror of https://github.com/wolfSSL/wolfBoot.git
Updated bootloader version number
parent
54210851e8
commit
c4a3415e98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue