Skip to content

Commit

Permalink
Updated bootloader version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Jul 6, 2023
1 parent 8bab854 commit 2600df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/wolfboot/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ extern "C" {
#endif


#define LIBWOLFBOOT_VERSION_STRING "1.15.0"
#define LIBWOLFBOOT_VERSION_HEX 0x010F0000
#define LIBWOLFBOOT_VERSION_STRING "1.16.0"
#define LIBWOLFBOOT_VERSION_HEX 0x01100000

#ifndef WOLFBOOT_VERSION
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX
Expand Down

0 comments on commit 2600df9

Please sign in to comment.