Skip to content

Commit 2600df9

Browse files
committed
Updated bootloader version
1 parent 8bab854 commit 2600df9

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 "1.15.0"
33-
#define LIBWOLFBOOT_VERSION_HEX 0x010F0000
32+
#define LIBWOLFBOOT_VERSION_STRING "1.16.0"
33+
#define LIBWOLFBOOT_VERSION_HEX 0x01100000
3434

3535
#ifndef WOLFBOOT_VERSION
3636
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

0 commit comments

Comments
 (0)