We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577b380 commit cc1f4baCopy full SHA for cc1f4ba
1 file changed
include/libbootimg.h
@@ -13,8 +13,8 @@ extern "C" {
13
#include <stdio.h>
14
#include "boot_img_hdr.h"
15
16
-#define LIBBOOTIMG_VERSION 0x000202 // 0xMMNNPP
17
-#define LIBBOOTIMG_VERSION_STR "0.2.2"
+#define LIBBOOTIMG_VERSION 0x000203 // 0xMMNNPP
+#define LIBBOOTIMG_VERSION_STR "0.2.3"
18
19
/**
20
* Enum containing possible blob types in a boot image.
0 commit comments