Skip to content

Commit cc1f4ba

Browse files
committed
[0.2.3] Bump version number after ELF support merge
1 parent 577b380 commit cc1f4ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/libbootimg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ extern "C" {
1313
#include <stdio.h>
1414
#include "boot_img_hdr.h"
1515

16-
#define LIBBOOTIMG_VERSION 0x000202 // 0xMMNNPP
17-
#define LIBBOOTIMG_VERSION_STR "0.2.2"
16+
#define LIBBOOTIMG_VERSION 0x000203 // 0xMMNNPP
17+
#define LIBBOOTIMG_VERSION_STR "0.2.3"
1818

1919
/**
2020
* Enum containing possible blob types in a boot image.

0 commit comments

Comments
 (0)