Skip to content

Commit c4a3415

Browse files
committed
Updated bootloader version number
1 parent 5421085 commit c4a3415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/wolfboot/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ extern "C" {
2929
#endif
3030

3131

32-
#define LIBWOLFBOOT_VERSION_STRING "2.4.0"
33-
#define LIBWOLFBOOT_VERSION_HEX 0x02040000
32+
#define LIBWOLFBOOT_VERSION_STRING "2.5.0"
33+
#define LIBWOLFBOOT_VERSION_HEX 0x02050000
3434

3535
#ifndef WOLFBOOT_VERSION
3636
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

0 commit comments

Comments
 (0)